9 lines
322 B
XML
9 lines
322 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
|
<gradient
|
|
android:type="linear"
|
|
android:centerX="10%"
|
|
android:startColor="#FF1CB5E0"
|
|
android:centerColor="#FFEEEEEE"
|
|
android:endColor="#FFEEEEEE"
|
|
android:angle="-90"/>
|
|
</shape> |