diff options
author | PauloftheWest <paulofthewest@google.com> | 2014-09-05 13:52:26 -0700 |
---|---|---|
committer | PauloftheWest <paulofthewest@google.com> | 2014-09-08 14:43:45 -0700 |
commit | 96fef981ed72986c52710326e6873044b9d1ad87 (patch) | |
tree | e9a0e4753cf5b6972e4b90cbfa2bd32931f8d5fd /res/values/styles.xml | |
parent | 1f389c1996d754142c52c947105af4ec2db84f5c (diff) | |
download | packages_apps_Settings-96fef981ed72986c52710326e6873044b9d1ad87.zip packages_apps_Settings-96fef981ed72986c52710326e6873044b9d1ad87.tar.gz packages_apps_Settings-96fef981ed72986c52710326e6873044b9d1ad87.tar.bz2 |
Material theme updates for Wifi Dialog.
Bug: 17014192
Change-Id: I1e5dd04199a433d8d1c5c4e4c48329e871e28db5
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 465bd45..20ff544 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -234,6 +234,8 @@ <item name="android:layout_height">wrap_content</item> <item name="android:textSize">14sp</item> <item name="android:textAlignment">viewStart</item> + <item name="android:textAppearance">@android:style/TextAppearance.Material.Body1</item> + <item name="android:textColor">@*android:color/secondary_text_default_material_light</item> </style> <style name="wifi_item_content"> @@ -241,6 +243,8 @@ <item name="android:layout_height">wrap_content</item> <item name="android:textSize">18sp</item> <item name="android:textAlignment">viewStart</item> + <item name="android:textAppearance">@android:style/TextAppearance.Material.Subhead</item> + <item name="android:textColor">@*android:color/primary_text_default_material_light</item> </style> <style name="wifi_item_edit_content"> |