Commit f60fd42a authored by daveyannihilation's avatar daveyannihilation Committed by John Wu

Expose Flashing colours for themes

parent ecc8f9c7
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
android:background="@android:color/black" android:background="@color/flashing_background_color"
tools:context="com.topjohnwu.magisk.FlashActivity"> tools:context="com.topjohnwu.magisk.FlashActivity">
<include layout="@layout/toolbar"/> <include layout="@layout/toolbar"/>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:background="@android:color/darker_gray" android:background="@color/button_panel_background_color"
android:orientation="horizontal" android:orientation="horizontal"
android:visibility="gone"> android:visibility="gone">
......
...@@ -17,4 +17,8 @@ ...@@ -17,4 +17,8 @@
<color name="su_request_background">#e0e0e0</color> <color name="su_request_background">#e0e0e0</color>
<!-- Flashing colors -->
<color name="flashing_background_color">@android:color/black</color>
<color name="button_panel_background_color">@android:color/darker_gray</color>
</resources> </resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment