summaryrefslogtreecommitdiff
path: root/library/gingerbread/res/values
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-12-19 02:01:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-12-19 02:01:39 +0000
commit437ab951e36fb5bd7660fc0132903c67958dd0af (patch)
tree9408832e091c3a03965dfc96852410f1784c4158 /library/gingerbread/res/values
parent6cd5a7230264c8b0fc2969ff70192eb7b165c689 (diff)
parent7e2975b101dfd7a4e24c52918d3ed5e7d3ae820a (diff)
downloadsetupwizard-437ab951e36fb5bd7660fc0132903c67958dd0af.tar.gz
Merge "Update dialog styles to material 2"
Diffstat (limited to 'library/gingerbread/res/values')
-rw-r--r--library/gingerbread/res/values/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/gingerbread/res/values/styles.xml b/library/gingerbread/res/values/styles.xml
index 1653938..5dab7db 100644
--- a/library/gingerbread/res/values/styles.xml
+++ b/library/gingerbread/res/values/styles.xml
@@ -277,4 +277,8 @@
<item name="suwNavBarButtonBackground">@drawable/suw_navbar_btn_bg_light</item>
</style>
+
+ <style name="SuwAlertDialogTheme" parent="Theme.AppCompat.Dialog.Alert" />
+
+ <style name="SuwAlertDialogTheme.Light" parent="Theme.AppCompat.Light.Dialog.Alert" />
</resources>