Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b466d352 authored by jackqdyulei's avatar jackqdyulei
Browse files

Remove hardcode color for alarm group

Bug: 32592245
Test: manual
Change-Id: If4c87865c9078c0857ba6097b26f7fc6a3a60ef1
parent 3be8766e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@ Copyright (C) 2014 The Android Open Source Project
    android:width="16dp"
    android:height="16dp"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    android:viewportHeight="24.0"
    android:tint="?android:attr/colorControlNormal">

    <path
        android:fillColor="#64ffffff"
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
        android:paddingTop="3dp"
        android:drawablePadding="8dp"
        android:drawableStart="@drawable/ic_access_alarms_small"
        android:textColor="#64ffffff"
        android:textColor="?android:attr/textColorSecondary"
        android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
        android:gravity="top"
        android:background="?android:attr/selectableItemBackground"
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@
        android:paddingTop="3dp"
        android:drawablePadding="8dp"
        android:drawableStart="@drawable/ic_access_alarms_small"
        android:textColor="#64ffffff"
        android:textColor="?android:attr/textColorSecondary"
        android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
        android:gravity="top"
        android:background="?android:attr/selectableItemBackground"