mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
make paired buttons height fill their container, forcing them to be
the same size in the case where one has two lines of text and the other doesn't. Should make no difference in English, but matters for French.
This commit is contained in:
parent
60c320d1ae
commit
1debad42bc
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
|
||||
<style name="evenly_spaced_horizontal">
|
||||
<item name="android:layout_width">fill_parent</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:layout_height">fill_parent</item>
|
||||
<item name="android:layout_weight">1</item>
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue