habitica-android/Habitica/res/drawable/snackbar_right_bg.xml

5 lines
271 B
XML
Raw Permalink Normal View History

2017-09-26 15:01:01 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="@color/white_95_alpha" />
<corners android:topRightRadius="40dp" android:bottomRightRadius="40dp" />
</shape>