2017-03-07 06:48:31 +11:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
|
|
<shape>
|
|
|
|
<gradient
|
|
|
|
android:angle="90"
|
2017-03-08 06:42:01 +11:00
|
|
|
android:startColor="#FF1a1c23"
|
|
|
|
android:endColor="#001a1c23"
|
2017-03-07 06:48:31 +11:00
|
|
|
android:type="linear" />
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</selector>
|