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

Commit d2e51e0e authored by andy's avatar andy
Browse files

Redirect hard-coded color values to png.

No visible change in interface.
And the mdpi. lol.

Change-Id: I1e41d927bc9f973a50885d621d1bdeb7c4db96e1
parent b9df5b13
Loading
Loading
Loading
Loading
−496 B (542 B)
Loading image diff...
−44 B (160 B)
Loading image diff...
−2.84 KiB (542 B)
Loading image diff...
−2.64 KiB (160 B)
Loading image diff...
+3 −3
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@
                <TextView android:id="@+id/noNotificationsTitle"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@drawable/shade_bgcolor"
                    android:background="@drawable/shade_header_background"
                    android:paddingLeft="5dp"
                    android:textAppearance="@style/TextAppearance.StatusBar.Title"
                    android:text="@string/status_bar_no_notifications_title"
@@ -241,7 +241,7 @@
                <TextView android:id="@+id/ongoingTitle"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@drawable/shade_bgcolor"
                    android:background="@drawable/shade_header_background"
                    android:paddingLeft="5dp"
                    android:textAppearance="@style/TextAppearance.StatusBar.Title"
                    android:text="@string/status_bar_ongoing_events_title"
@@ -255,7 +255,7 @@
                <TextView android:id="@+id/latestTitle"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@drawable/shade_bgcolor"
                    android:background="@drawable/shade_header_background"
                    android:paddingLeft="5dp"
                    android:textAppearance="@style/TextAppearance.StatusBar.Title"
                    android:text="@string/status_bar_latest_events_title"
Loading