tachiyomi/app/src/main/res/drawable/bg_snackbar.xml

6 lines
230 B
XML
Raw Normal View History

2019-10-26 14:20:46 -07:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
2019-12-16 20:14:33 -08:00
<solid android:color="?snackbar_background"/>
<corners android:radius="4dp"/>
2019-10-26 14:20:46 -07:00
</shape>