mirror of https://github.com/FongMi/TV.git
parent
93eec85589
commit
4002e482a1
@ -0,0 +1,15 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:shape="rectangle"> |
||||
|
||||
<solid android:color="@color/white_90" /> |
||||
|
||||
<corners |
||||
android:topLeftRadius="12dp" |
||||
android:topRightRadius="12dp" /> |
||||
|
||||
<padding |
||||
android:bottom="8dp" |
||||
android:top="8dp" /> |
||||
|
||||
</shape> |
||||
Loading…
Reference in new issue