mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
13 lines
415 B
XML
13 lines
415 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/background" />
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="@color/bg_divider_line" />
|
|
<corners android:radius="1dp" />
|
|
<padding
|
|
android:left="0dp"
|
|
android:top="0dp"
|
|
android:right="0dp"
|
|
android:bottom="0dp" />
|
|
</shape> |