szkolnyplus/app/src/main/res/drawable/bg_snackbar.xml
2019-09-18 22:29:09 +02:00

5 lines
180 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#323232" />
<corners android:radius="4dp" />
</shape>