
Untitled
By: a guest on
Apr 26th, 2012 | syntax:
None | size: 0.70 KB | hits: 14 | expires: Never
Android: How do I stop TableRow from shrinking when full?
<TableLayout
android:id="@+id/topPart"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical"
android:stretchColumns="*"
>
<TableRow
android:id="@+id/TableRow01"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" >
<com.say.view.gamesquare.GameSquare
android:id="@+id/GameSquare02"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/ic_emptybutton9patch" />