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

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

Merge "Redirect hard-coded color values to png. No visible change in...

Merge "Redirect hard-coded color values to png. No visible change in interface. And the mdpi. lol." into gingerbread
parents aa436bc9 d2e51e0e
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