Beautify WiFi dialog layout for x-large

Bug: 3237631
Change-Id: Ibc70008b345fc3f7213ea2db1e6ec2ddb66a1d53
This commit is contained in:
Amith Yamasani
2010-12-08 11:12:23 -08:00
parent 126f5ecf4f
commit 1c7e49ba67
4 changed files with 260 additions and 262 deletions

View File

@@ -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>