Merge "Fix layout with no access points" into jb-mr1-dev

This commit is contained in:
Russell Brenner
2012-10-23 11:00:00 -07:00
committed by Android (Google) Code Review

View File

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