Extend Alert theme and not dialog

bug: 69930374
Test: Manually tested and verified
Change-Id: Id005df7bd78c8fc25ba61fca417be237ceebb046
This commit is contained in:
Ajay Nadathur 2017-12-19 12:28:25 -08:00
parent 437ab951e3
commit 7285677e04

View file

@ -19,5 +19,5 @@
<style name="SuwAlertDialogTheme" parent="android:Theme.DeviceDefault.Dialog.Alert" />
<style name="SuwAlertDialogTheme.Light" parent="android:Theme.DeviceDefault.Light.Dialog" />
<style name="SuwAlertDialogTheme.Light" parent="android:Theme.DeviceDefault.Light.Dialog.Alert" />
</resources>