Update bugreport dialog to DeviceDefault theme.
By using DeviceDefault instead of Material, this UI is now resilient to any platform-level theme changes. Change-Id: I43ce61b36f4c089ee07f754088abe2dfe6700877 Fixes: 30173174
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
|
||||
<activity
|
||||
android:name=".BugreportWarningActivity"
|
||||
android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
|
||||
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
|
||||
android:finishOnCloseSystemDialogs="true"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="false" />
|
||||
|
||||
Reference in New Issue
Block a user