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

Commit c1cacfbc authored by Steve Kondik's avatar Steve Kondik
Browse files

systemui: Unbreak the build

 * Fix trivial issues with themes patch

Change-Id: If603cee702a95b123c2ba0f1b7ce5f945d81d3c7
parent 56891c0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
            android:layout_height="64dp"
            android:paddingTop="12dp"
            android:gravity="top|center_horizontal"
            android:textColor="no_notifications_text_color"
            android:textColor="@color/no_notifications_text_color"
            android:textSize="20sp"
            android:text="@string/empty_shade_text"/>
</com.android.systemui.statusbar.EmptyShadeView>
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
            android:layout_gravity="center_vertical"
            android:background="@drawable/keyguard_overflow_number_background"
            android:gravity="center"
            android:textColor="keyguard_overflow_number_text_color"
            android:textColor="@color/keyguard_overflow_number_text_color"
            android:textStyle="bold"
            android:textSize="14dp"
            />
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@
    <color name="quick_settings_panel_background">#0000</color>
    <color name="lockscreen_middle_button_tint_color">#666666</color>
    <color name="play_button_image_tint_color">#000000</color>
    <color name="play_button_text_color">#000000</color>
    <color name="zen_ic_close_tint_color">@android:color/white</color>
    <color name="header_debug_info_text_color">#00A040</color>
</resources>