From e7d99d4258f724224af914bee80eefb352f9a0a2 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 1 Feb 2012 17:00:37 -0800 Subject: [PATCH] Fixed black-on-black dialog text issue for sort settings --- astrid/res/layout/sort_selection_dialog.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astrid/res/layout/sort_selection_dialog.xml b/astrid/res/layout/sort_selection_dialog.xml index bd8beee3f..60ec0dfc6 100644 --- a/astrid/res/layout/sort_selection_dialog.xml +++ b/astrid/res/layout/sort_selection_dialog.xml @@ -4,7 +4,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingLeft="10dip" - android:paddingRight="10dip"> + android:paddingRight="10dip" + style="@style/Content">