parent
93d0d36849
commit
207eb41f34
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#4682B4" />
|
||||
<stroke android:width="1dip" android:color="#fefefe" />
|
||||
<corners android:radius="20dp"/>
|
||||
<padding android:bottom="10dp"
|
||||
android:left="10dp"
|
||||
android:right="10dp"
|
||||
android:top="10dp"/>
|
||||
</shape>
|
Loading…
Reference in new issue