mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-10 05:26:10 +01:00
ff6e9f0051
As it was before, and adding for xlarge too. Looks better this way. I still can't figure out how to make the things center....
8 lines
256 B
XML
8 lines
256 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="toolbar_button">
|
|
<item name="android:layout_width">64dp</item>
|
|
<item name="android:layout_height">64dp</item>
|
|
<item name="android:layout_weight">1</item>
|
|
</style>
|
|
</resources>
|