rect_4_gray.xml 206 Bytes
Newer Older
姜天宇's avatar
姜天宇 committed
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="@dimen/dp_4"/>
    <solid android:color="@color/gray_e0e0e0"/>
</shape>