Yuito-app-android/app/src/main/res/drawable/materialdrawer_shape_small.xml

5 lines
176 B
XML

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