pda/zhuike/.svn/pristine/f3/f3447c05521d0e8baedc6017c1a...

19 lines
473 B
Plaintext
Raw Permalink Normal View History

2024-02-06 22:23:29 +08:00
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="@color/colorPrimaryDark"
android:startColor="@color/colorPrimary"
android:type="linear" />
</shape>
<!--
<gradient
android:angle="135"
android:centerColor="#009688"
android:endColor="#00695C"
android:startColor="#4DB6AC"
android:type="linear" />
-->