Rabbit-R1/android (non root)/smali/res/drawable/shape_setting_item_focused_background.xml
2024-05-21 17:08:36 -04:00

8 lines
No EOL
333 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/orange_ff4d00" />
<corners android:radius="10.0dip" />
<size android:height="36.0dip" />
<padding android:left="6.0dip" android:right="6.0dip" />
</shape>