You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
271 B
6 lines
271 B
4 months ago
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||
|
<gradient android:startColor="#3399D200"
|
||
|
android:centerColor="#6699D200"
|
||
|
android:endColor="#FF99D200"
|
||
|
android:angle="315"/>
|
||
|
</shape>
|