Possible bugfix for NPE on hero&shop screens on droid2.1 (thanks Mayweed!)

This commit is contained in:
Oskar Wiksten
2013-07-08 23:33:17 +02:00
parent 3061b9a333
commit c51952186c

View File

@@ -16,7 +16,9 @@
android:id="@android:id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"/>
android:layout_weight="0"
android:visibility="gone"
/>
<FrameLayout
android:id="@android:id/tabcontent"