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