commit | c5fdea08d29e7c50c8d5c44cdfe665f9f19d4c7d | [log] [tgz] |
---|---|---|
author | Andres Morales <anmorales@google.com> | Tue Oct 14 13:49:31 2014 -0700 |
committer | Andres Morales <anmorales@google.com> | Tue Oct 14 13:49:31 2014 -0700 |
tree | d121dda135b3c5e35e15aaae05eacbf519607c2a | |
parent | a4204bde454bbac665c7c1302056c9a64f76ffb1 [diff] |
Set layout_width in WiFi+NFC resource Bug:17930750 Change-Id: Ida2fd6040a52cc5d7fa6fe6c4a8c86a1a2dc4208
diff --git a/res/layout/write_wifi_config_to_nfc.xml b/res/layout/write_wifi_config_to_nfc.xml index ee1bb7c..9b19df7 100644 --- a/res/layout/write_wifi_config_to_nfc.xml +++ b/res/layout/write_wifi_config_to_nfc.xml
@@ -20,6 +20,8 @@ <LinearLayout android:id="@+id/password_layout" style="@style/wifi_item" + android:layout_width="match_parent" + android:layout_height="wrap_content" android:padding="8dip" android:orientation="vertical" >