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

Commit febe441f authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Change carrier label in notification dropdown to use a variable" into gingerbread

parents cd199779 7a7b7bcc
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>