mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
0a41471410
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.
5 lines
155 B
XML
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>
|