user_secret_left_btn_bg.xml 245 Bytes
Newer Older
徐健 committed
1 2 3 4
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

徐健 committed
5
    <stroke android:width="0.5dp" android:color="#999999"/>
徐健 committed
6 7 8 9

    <corners android:radius="22dp" />

</shape>