Blame view
GameSDKRelease/res/drawable/et_bg.xml
479 Bytes
f63824b88
![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <solid android:color="@android:color/white" /> <stroke android:width="1dp" android:color="@color/line" /> <size android:height="35dp" /> <padding android:bottom="2dp" android:left="8dp" android:right="8dp" android:top="2dp" /> |
5b95cccaf
![]() |
18 |
<corners android:radius="5dp" /> |
f63824b88
![]() |
19 20 |
</shape> |