DroidFish: Swapped ok/cancel buttons in views for consistency with Android dialogs.

This commit is contained in:
Peter Osterlund
2011-11-27 01:52:17 +00:00
parent e8d1ef5dd6
commit d945a2bc5e
6 changed files with 46 additions and 41 deletions

View File

@@ -105,13 +105,6 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<Button
android:id="@+id/ed_header_cancel"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Cancel">
</Button>
<Button
android:id="@+id/ed_header_ok"
android:layout_width="fill_parent"
@@ -119,7 +112,14 @@
android:layout_weight="1"
android:text="Ok">
</Button>
</LinearLayout>
<Button
android:id="@+id/ed_header_cancel"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Cancel">
</Button>
</LinearLayout>
</LinearLayout>
</ScrollView>