summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp
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-sw600dp
parentb880f1424bd743c6e0daa748ad9ba33030b0166c (diff)
downloadpackages_apps_Settings-a81f9e4be256e77a92dd837616bbb8835deabaad.zip
packages_apps_Settings-a81f9e4be256e77a92dd837616bbb8835deabaad.tar.gz
packages_apps_Settings-a81f9e4be256e77a92dd837616bbb8835deabaad.tar.bz2
[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-sw600dp')
-rw-r--r--res/values-sw600dp/styles.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml
index 8cf0e86..d428288 100644
--- a/res/values-sw600dp/styles.xml
+++ b/res/values-sw600dp/styles.xml
@@ -20,43 +20,6 @@
<item name="android:windowNoTitle">true</item>
</style>
- <style name="wifi_item">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:layout_marginTop">8dip</item>
- <item name="android:layout_marginStart">16dip</item>
- <item name="android:layout_marginEnd">16dip</item>
- <item name="android:orientation">vertical</item>
- <item name="android:gravity">center_vertical</item>
- </style>
-
- <style name="wifi_item_label">
- <item name="android:layout_width">0dip</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:layout_weight">3</item>
- <item name="android:textSize">18sp</item>
- </style>
-
- <style name="wifi_item_content">
- <item name="android:layout_width">0dip</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:layout_weight">7</item>
- <item name="android:textSize">18sp</item>
- </style>
-
- <style name="wifi_item_edit_content">
- <item name="android:layout_width">0dip</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:layout_weight">7</item>
- <item name="android:textSize">18sp</item>
- </style>
-
- <style name="wifi_section">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:orientation">vertical</item>
- </style>
-
<style name="setup_wizard_button">
<item name="android:layout_width">wrap_content</item>
<item name="android:minWidth">208dip</item>