mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
use six-button bar for landscape orientation
This commit is contained in:
parent
006bf2e387
commit
df8ebaec06
1 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,27 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:orientation="horizontal"
|
||||||
|
>
|
||||||
|
<Button style="@style/evenly_spaced_horizontal"
|
||||||
|
android:visibility="invisible"
|
||||||
|
/>
|
||||||
|
<Button style="@style/evenly_spaced_horizontal"
|
||||||
|
android:visibility="invisible"
|
||||||
|
/>
|
||||||
|
<Button style="@style/evenly_spaced_horizontal"
|
||||||
|
android:visibility="invisible"
|
||||||
|
/>
|
||||||
|
<Button style="@style/evenly_spaced_horizontal"
|
||||||
|
android:visibility="invisible"
|
||||||
|
/>
|
||||||
|
<Button style="@style/evenly_spaced_horizontal"
|
||||||
|
android:visibility="invisible"
|
||||||
|
/>
|
||||||
|
<Button style="@style/evenly_spaced_horizontal"
|
||||||
|
android:visibility="invisible"
|
||||||
|
/>
|
||||||
|
|
||||||
|
</LinearLayout>
|
Loading…
Reference in a new issue