summaryrefslogtreecommitdiffstats
path: root/res/layout/wifi_dialog_row.xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2010-12-08 11:12:23 -0800
committerAmith Yamasani <yamasani@google.com>2010-12-08 11:26:41 -0800
commit1c7e49ba670ad70822d34234e3677fef53e94569 (patch)
tree5086a5ddfe79db221e22c1fe7697dd269f308a2b /res/layout/wifi_dialog_row.xml
parent126f5ecf4f5e53c08b0b68a81c44bd9840fd0907 (diff)
downloadpackages_apps_Settings-1c7e49ba670ad70822d34234e3677fef53e94569.zip
packages_apps_Settings-1c7e49ba670ad70822d34234e3677fef53e94569.tar.gz
packages_apps_Settings-1c7e49ba670ad70822d34234e3677fef53e94569.tar.bz2
Beautify WiFi dialog layout for x-large
Bug: 3237631 Change-Id: Ibc70008b345fc3f7213ea2db1e6ec2ddb66a1d53
Diffstat (limited to 'res/layout/wifi_dialog_row.xml')
-rw-r--r--res/layout/wifi_dialog_row.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/res/layout/wifi_dialog_row.xml b/res/layout/wifi_dialog_row.xml
index 757d975..7ca2e5c 100644
--- a/res/layout/wifi_dialog_row.xml
+++ b/res/layout/wifi_dialog_row.xml
@@ -15,18 +15,13 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ style="@style/wifi_item" >
<TextView
- android:id="@+id/name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="8dip"
- android:textAppearance="?android:attr/textAppearanceSmall" />
+ style="@style/wifi_item_label"
+ android:id="@+id/name" />
+
<TextView
android:id="@+id/value"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceSmall"
+ style="@style/wifi_item_content"
android:textStyle="bold" />
</LinearLayout>