mirror of https://github.com/FongMi/TV.git
parent
c8d4a5225a
commit
796e075ea5
@ -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/black_50" /> |
||||
|
||||
<corners android:radius="16dp" /> |
||||
|
||||
<padding |
||||
android:bottom="12dp" |
||||
android:left="12dp" |
||||
android:right="12dp" |
||||
android:top="12dp" /> |
||||
|
||||
</shape> |
||||
Loading…
Reference in new issue