summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2015-04-29 17:49:52 -0700
committerMaurice Lam <yukl@google.com>2015-04-29 17:49:52 -0700
commita81f9e4be256e77a92dd837616bbb8835deabaad (patch)
tree5c8adbd349966077607bf68cf90b43b3612267f0 /res/values-land
parentb880f1424bd743c6e0daa748ad9ba33030b0166c (diff)
downloadpackages_apps_Settings-a81f9e4be256e77a92dd837616bbb8835deabaad.tar.gz
packages_apps_Settings-a81f9e4be256e77a92dd837616bbb8835deabaad.tar.bz2
packages_apps_Settings-a81f9e4be256e77a92dd837616bbb8835deabaad.zip
[WifiSettings] Align text in Wi-Fi dialog
The themes for Wi-Fi dialog in sw600dp is outdated and causing the labels and text fields to be misaligned. This CL removes all the related styles except for the one in value/styles.xml, so that all screens use the same styles (the items and values in the styles were all the same except for sw600dp which this CL fixes). Bug: 20663443 Change-Id: I59a079c1a4cc1ae3e99d863cb24816e609e98109
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/styles.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml
index 974b2264b..0903167dc 100644
--- a/res/values-land/styles.xml
+++ b/res/values-land/styles.xml
@@ -18,38 +18,4 @@
<style name="KeyguardAppWidgetItem">
<item name="android:textSize">16sp</item>
</style>
-
- <style name="wifi_item">
- <item name="android:layout_marginTop">8dip</item>
- <item name="android:layout_marginStart">8dip</item>
- <item name="android:layout_marginEnd">8dip</item>
- <item name="android:paddingStart">8dip</item>
- <item name="android:paddingEnd">8dip</item>
- <item name="android:orientation">vertical</item>
- <item name="android:gravity">start</item>
- </style>
-
- <style name="wifi_item_label">
- <item name="android:paddingStart">8dip</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:attr/textColorSecondary</item>
- </style>
-
- <style name="wifi_item_content">
- <item name="android:textAlignment">viewStart</item>
- <item name="android:textAppearance">@android:style/TextAppearance.Material.Subhead</item>
- <item name="android:textColor">?android:attr/textColorPrimary</item>
- </style>
-
- <style name="wifi_item_edit_content">
- <item name="android:paddingStart">4dip</item>
- <item name="android:layout_marginStart">4dip</item>
- <item name="android:textSize">18sp</item>
- </style>
-
- <style name="wifi_section">
- <item name="android:orientation">vertical</item>
- </style>
</resources>