basic color selection

This commit is contained in:
2018-12-14 15:02:19 +01:00
parent b49d16b1a1
commit ec74a8e4f8
6 changed files with 44 additions and 8 deletions

View File

@ -2,8 +2,8 @@
android:shape="rectangle">
<gradient
android:angle="135"
android:centerColor="@color/colorPrimary"
android:endColor="@color/colorPrimaryDark"
android:startColor="@color/colorPrimary"
android:centerColor="?colorPrimary"
android:endColor="?colorPrimaryDark"
android:startColor="?colorPrimary"
android:type="linear"/>
</shape>