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:
Eric House 2017-03-21 19:38:05 -07:00
parent 94a3b22266
commit 26d96136d8
2 changed files with 3 additions and 27 deletions

View file

@ -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>

View file

@ -17,5 +17,8 @@
<Button style="@style/evenly_spaced_horizontal"
android:visibility="invisible"
/>
<Button style="@style/evenly_spaced_horizontal"
android:visibility="invisible"
/>
</LinearLayout>