xwords/xwords4/android/XWords4/res/values/dimensions.xml
Eric House 0a41471410 use dimen resource for toolbar button size
I need a way to have the buttons be smaller when the view's in a
fragment in dualpane mode. This probably is isn't the fix but it's worth
preserving.
2016-08-15 16:42:09 -07:00

5 lines
155 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="tb_button_width">58dp</dimen>
<dimen name="tb_button_height">48dp</dimen>
</resources>