am de7cc129: am 26bb2398: Merge "Fix layout with no access points" into jb-mr1-dev

* commit 'de7cc12900c7015849f818809368716174920337':
  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" />