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:
Andy2 2010-07-05 09:47:26 -07:00
parent b163b45abe
commit 93eca7b936

View file

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