mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
make buttons a bit wider since the bar scrolls now, and rearrange.
This commit is contained in:
parent
223d2d6e92
commit
0561ca5ab9
2 changed files with 9 additions and 9 deletions
|
@ -44,10 +44,6 @@
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
>
|
>
|
||||||
<ImageButton android:id="@+id/dictlist_button_horizontal"
|
|
||||||
style="@style/toolbar_button"
|
|
||||||
android:src="@drawable/dicticon"
|
|
||||||
/>
|
|
||||||
<ImageButton android:id="@+id/prevhint_button_horizontal"
|
<ImageButton android:id="@+id/prevhint_button_horizontal"
|
||||||
style="@style/toolbar_button"
|
style="@style/toolbar_button"
|
||||||
android:src="@drawable/prev_hint"
|
android:src="@drawable/prev_hint"
|
||||||
|
@ -60,10 +56,6 @@
|
||||||
style="@style/toolbar_button"
|
style="@style/toolbar_button"
|
||||||
android:src="@drawable/shuffle"
|
android:src="@drawable/shuffle"
|
||||||
/>
|
/>
|
||||||
<ImageButton android:id="@+id/flip_button_horizontal"
|
|
||||||
style="@style/toolbar_button"
|
|
||||||
android:src="@drawable/flip"
|
|
||||||
/>
|
|
||||||
<ImageButton android:id="@+id/zoom_button_horizontal"
|
<ImageButton android:id="@+id/zoom_button_horizontal"
|
||||||
style="@style/toolbar_button"
|
style="@style/toolbar_button"
|
||||||
android:src="@drawable/zoom"
|
android:src="@drawable/zoom"
|
||||||
|
@ -72,6 +64,14 @@
|
||||||
style="@style/toolbar_button"
|
style="@style/toolbar_button"
|
||||||
android:src="@drawable/undo"
|
android:src="@drawable/undo"
|
||||||
/>
|
/>
|
||||||
|
<ImageButton android:id="@+id/flip_button_horizontal"
|
||||||
|
style="@style/toolbar_button"
|
||||||
|
android:src="@drawable/flip"
|
||||||
|
/>
|
||||||
|
<ImageButton android:id="@+id/dictlist_button_horizontal"
|
||||||
|
style="@style/toolbar_button"
|
||||||
|
android:src="@drawable/dicticon"
|
||||||
|
/>
|
||||||
<ImageButton android:id="@+id/chat_button_horizontal"
|
<ImageButton android:id="@+id/chat_button_horizontal"
|
||||||
style="@style/toolbar_button"
|
style="@style/toolbar_button"
|
||||||
android:src="@drawable/stat_notify_chat"
|
android:src="@drawable/stat_notify_chat"
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="toolbar_button">
|
<style name="toolbar_button">
|
||||||
<item name="android:layout_width">48dp</item>
|
<item name="android:layout_width">58dp</item>
|
||||||
<item name="android:layout_height">48dp</item>
|
<item name="android:layout_height">48dp</item>
|
||||||
<item name="android:layout_weight">1</item>
|
<item name="android:layout_weight">1</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue