Rabbit-R1/original r1/smali/res/drawable/mtrl_bottomsheet_drag_handle.xml

7 lines
283 B
XML
Raw Normal View History

2024-05-21 21:08:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="4.0dip" android:width="32.0dip" />
<corners android:radius="2.0dip" />
<solid android:color="#ffffffff" />
</shape>