Merge "Put OK button on the right"
diff --git a/res/layout/contact_list_filter_custom.xml b/res/layout/contact_list_filter_custom.xml
index 98925be..195ff1a 100644
--- a/res/layout/contact_list_filter_custom.xml
+++ b/res/layout/contact_list_filter_custom.xml
@@ -42,14 +42,6 @@
style="?android:attr/buttonBarStyle">
<Button
- android:id="@+id/btn_done"
- style="?android:attr/buttonBarButtonStyle"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@android:string/ok" />
-
- <Button
android:id="@+id/btn_discard"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="0dip"
@@ -57,5 +49,13 @@
android:layout_weight="1"
android:text="@android:string/cancel" />
+ <Button
+ android:id="@+id/btn_done"
+ style="?android:attr/buttonBarButtonStyle"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="@android:string/ok" />
+
</LinearLayout>
</LinearLayout>