From 90dde46082c354d6cfcbfc3d4dc8e8917dd4261a Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Mon, 19 Dec 2011 11:36:18 -0800 Subject: [PATCH] make task edit ok button pretty --- astrid/res/layout/control_dialog_ok.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/astrid/res/layout/control_dialog_ok.xml b/astrid/res/layout/control_dialog_ok.xml index 2f996439a..c960176ce 100644 --- a/astrid/res/layout/control_dialog_ok.xml +++ b/astrid/res/layout/control_dialog_ok.xml @@ -7,5 +7,7 @@ android:layout_marginBottom="5dip" android:layout_weight="1" android:layout_gravity="center_horizontal" + android:background="@drawable/footer_editbutton" + android:textStyle="bold" android:layout_alignParentBottom="true" android:text="@string/DLG_ok"/> \ No newline at end of file