mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
7 lines
245 B
XML
7 lines
245 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<!-- 角度 -->
|
|
<corners android:radius="6dp"/>
|
|
<!-- 填充色 -->
|
|
<solid android:color="@color/transparent10" />
|
|
</shape> |