mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-08 20:46:12 +01:00
![Eric House](/assets/img/avatar_default.png)
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>
|