make all columns stretchable to fix oversized second button

This commit is contained in:
ehouse 2010-01-10 18:08:11 +00:00
parent 6b5be9a276
commit da0b54273f

View file

@ -11,7 +11,7 @@
<TableLayout android:id="@+id/tile_table"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:stretchColumns="1">
android:stretchColumns="*">
</TableLayout>
<Button android:id="@+id/cancel"