Beautify WiFi dialog layout for x-large
Bug: 3237631 Change-Id: Ibc70008b345fc3f7213ea2db1e6ec2ddb66a1d53
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user