am 1bf33372: am de7cc129: am 26bb2398: Merge "Fix layout with no access points" into jb-mr1-dev
* commit '1bf3337289e640f93bf16ae4436d96b7847ff91f':
Fix layout with no access points
diff --git a/res/layout/setup_preference.xml b/res/layout/setup_preference.xml
index 4c206dd..7e917d8 100644
--- a/res/layout/setup_preference.xml
+++ b/res/layout/setup_preference.xml
@@ -97,7 +97,8 @@
<TextView
android:id="@android:id/empty"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="0px"
+ android:layout_weight="1"
android:gravity="center"
android:visibility="gone" />