diff options
author | Maurice Lam <yukl@google.com> | 2015-01-14 15:37:36 -0800 |
---|---|---|
committer | Maurice Lam <yukl@google.com> | 2015-01-15 14:33:31 -0800 |
commit | 859dcab128d804ec50f84779cdbf95f1505bae0e (patch) | |
tree | dc0516c7008bfc402d66b83506feaa5443462e2d /res/values/styles.xml | |
parent | 2f08914e320ad142a24dd60edd17fbb93b504458 (diff) | |
download | packages_apps_Settings-859dcab128d804ec50f84779cdbf95f1505bae0e.zip packages_apps_Settings-859dcab128d804ec50f84779cdbf95f1505bae0e.tar.gz packages_apps_Settings-859dcab128d804ec50f84779cdbf95f1505bae0e.tar.bz2 |
Remove grey Wi-Fi icon from Setup Wizard
This removes the grey Wi-Fi icon from the empty-view in the Wi-Fi
list of Setup Wizard. Also updated the style so it looks like the
description text in other setup screens.
Also fixed the view recycling by not calling getRootAdapter in
onActivityCreated, since that will cause the Preference framework
to not cache the AccessPoint preference.
Bug: 17575719
Bug: 16518752
Change-Id: I06cbc88db1c04b29a9ce8221596265effc39b90b
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 626fc27..eacf7bc 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -187,6 +187,9 @@ <item name="android:textColor">@android:color/white</item> </style> + <style name="TextAppearance.SetupWizardDescription" parent="@android:style/TextAppearance.Material.Subhead"> + </style> + <style name="SetupAddWifiNetwork"> <item name="android:fontFamily">sans-serif-medium</item> <item name="android:gravity">start|center_vertical</item> |