Add dark theme to superuser request

This commit is contained in:
topjohnwu
2017-12-03 15:15:00 +08:00
parent f3c3b5a649
commit 595c72147c
14 changed files with 263 additions and 251 deletions
+5 -1
View File
@@ -52,7 +52,11 @@
<style name="SuRequest" parent="Theme.AppCompat.Light.Dialog">
<item name="android:windowCloseOnTouchOutside">false</item>
<item name="android:colorBackground">@color/su_request_background</item>
<item name="colorBackgroundFloating">@color/su_request_background</item>
</style>
<style name="SuRequest.Dark" parent="Theme.AppCompat.Dialog">
<item name="android:windowCloseOnTouchOutside">false</item>
</style>
</resources>