mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 10:05:07 +01:00
9 lines
239 B
XML
9 lines
239 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle" >
|
|
|
|
<solid android:color="@color/cardBackground" />
|
|
|
|
<corners android:radius="10dip" />
|
|
|
|
</shape> |