mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
add layout_weight so buttons expand to fill toolbar. I really want
available space distributed as space between rather than as wider buttons but this is an improvement.
This commit is contained in:
parent
b163b45abe
commit
93eca7b936
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
<style name="toolbar_button">
|
||||
<item name="android:layout_width">48dp</item>
|
||||
<item name="android:layout_height">48dp</item>
|
||||
<item name="android:layout_weight">1</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue