specify larger toolbar icons on larger devices

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....
This commit is contained in:
Eric House 2016-08-18 17:38:57 -07:00
parent 43fcf21133
commit ff6e9f0051
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<?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>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="toolbar_button">
<item name="android:layout_width">72dp</item>
<item name="android:layout_height">72dp</item>
<item name="android:layout_weight">1</item>
</style>
</resources>