mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
make all columns stretchable to fix oversized second button
This commit is contained in:
parent
6b5be9a276
commit
da0b54273f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue