Set bottom app bar enabled by default. Change Indigo colors.

This commit is contained in:
Alex Ning
2021-06-11 10:20:59 +08:00
parent dc4b1f2611
commit 7ebb6efdc4
8 changed files with 76 additions and 76 deletions

View File

@@ -2,8 +2,8 @@
android:shape="rectangle">
<gradient
android:angle="135"
android:centerColor="#1565C0"
android:endColor="#0D47A1"
android:startColor="#1976D2"
android:centerColor="#0336FF"
android:endColor="#002BF0"
android:startColor="#5954FF"
android:type="linear" />
</shape>