mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
7 lines
254 B
XML
7 lines
254 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<size android:width="1.5dp" />
|
|
<solid android:color="#3B96FC" />
|
|
<corners android:radius="1dp" />
|
|
</shape> |