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

9 lines
290 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="2dp" />
<solid android:color="#DEDEDE" />
<size
android:width="32dp"
android:height="4dp" />
</shape>