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