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

Commit 7a7b7bcc authored by Nihanth's avatar Nihanth
Browse files

Change carrier label in notification dropdown to use a variable

Change-Id: Ic96fac16501842978d121542e56f84f50e50c0dc
parent 4103f8e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
                android:paddingBottom="1dp"
                android:paddingLeft="4dp"
                android:textAppearance="?android:attr/textAppearanceLarge"
                android:textColor="#ffdfdfdf"
                android:textColor="@color/carrier_label_text_color"
                />
            <TextView android:id="@+id/clear_all_button"
                android:layout_width="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -20,4 +20,5 @@
    <drawable name="shade_bgcolor">#ff282828</drawable>
    <drawable name="notification_header_text_color">#ff969696</drawable>
    <drawable name="notification_number_text_color">#ffffffff</drawable>
    <color name="carrier_label_text_color">#ffdfdfdf</color>
</resources>