summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-06 15:37:20 -0700
committerAlan Viverette <alanv@google.com>2014-06-06 15:37:20 -0700
commit3215b943e22c956ccff0981c4b8ed18a7039fee5 (patch)
tree7608debd0908b17608d97bb473871052384ebd7f
parent3da01bb1e0865edc45a4cebe122c4ab1f1ba0bac (diff)
downloadandroid_frameworks_opt_setupwizard-3215b943e22c956ccff0981c4b8ed18a7039fee5.tar.gz
android_frameworks_opt_setupwizard-3215b943e22c956ccff0981c4b8ed18a7039fee5.tar.bz2
android_frameworks_opt_setupwizard-3215b943e22c956ccff0981c4b8ed18a7039fee5.zip
Material theme
BUG: 15467097 Change-Id: I86f0df3fd0317216479304eb832def99602e1499
-rw-r--r--navigationbar/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/navigationbar/res/values/styles.xml b/navigationbar/res/values/styles.xml
index a0a9576..394e117 100644
--- a/navigationbar/res/values/styles.xml
+++ b/navigationbar/res/values/styles.xml
@@ -25,7 +25,7 @@
<item name="setup_wizard_navbar_text_color">#de000000</item>
</style>
- <style name="setup_wizard_navbar_button_style" parent="@android:style/Widget.Quantum.Button.Borderless">
+ <style name="setup_wizard_navbar_button_style" parent="@android:style/Widget.Material.Button.Borderless">
<item name="android:layout_height">match_parent</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_weight">0</item>