parent
11203b0bf8
commit
eb910dedae
@ -0,0 +1,12 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > |
||||
|
||||
<gradient |
||||
android:startColor="@color/color_000000_30" |
||||
android:centerColor="@color/color_000000_60" |
||||
android:endColor="@color/color_000000_30" |
||||
android:angle="90" /> |
||||
<corners |
||||
android:radius="@dimen/vs_10"/> |
||||
|
||||
</shape> |
||||
Loading…
Reference in new issue