first
This commit is contained in:
11
app/src/main/res/drawable/shape_address_activirt_jb.xml
Normal file
11
app/src/main/res/drawable/shape_address_activirt_jb.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/dp_3"/>
|
||||
<gradient
|
||||
android:type="linear"
|
||||
android:startColor="#DCEBFE"
|
||||
android:centerColor="#DEF1FB"
|
||||
android:endColor="#E9FAFA"
|
||||
android:angle="0"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user