You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Add dark theme to superuser request
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user