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:
Eric House 2015-03-12 21:06:31 -07:00
parent 60c320d1ae
commit 1debad42bc

View file

@ -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>