summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-06 22:50:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-06 22:50:50 +0000
commit60e6640269daf321cbef577713615d2cdfc11441 (patch)
tree1781d8f43debc4d60af49bf66767c3940b5f7f61
parentf24653c485c73b8f4e8b947cfd2dbed8d79aa58e (diff)
parent3215b943e22c956ccff0981c4b8ed18a7039fee5 (diff)
downloadandroid_frameworks_opt_setupwizard-60e6640269daf321cbef577713615d2cdfc11441.tar.gz
android_frameworks_opt_setupwizard-60e6640269daf321cbef577713615d2cdfc11441.tar.bz2
android_frameworks_opt_setupwizard-60e6640269daf321cbef577713615d2cdfc11441.zip
Merge "Material theme"
-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>