aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/bg_status_pill.xml
blob: ae91094346f6049ab84f5420955aa9597c833899 (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<!-- Floating scrim pill behind the Mirror status text and buttons. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="@color/status_scrim"/>
    <corners android:radius="@dimen/button_radius"/>
</shape>