mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
do away with different picker layout for land
Five columns works on both orientation. Six doesn't in landscape. The OS doesn't let the alerts get all that much wider in that orientation.
This commit is contained in:
parent
94a3b22266
commit
26d96136d8
2 changed files with 3 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
<?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>
|
|
@ -17,5 +17,8 @@
|
|||
<Button style="@style/evenly_spaced_horizontal"
|
||||
android:visibility="invisible"
|
||||
/>
|
||||
<Button style="@style/evenly_spaced_horizontal"
|
||||
android:visibility="invisible"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue