From 472d505254d9e19cb800a394953c446921ac97fd Mon Sep 17 00:00:00 2001 From: Pedro Larroy Date: Wed, 25 Dec 2013 03:06:06 +0100 Subject: [PATCH 1/2] Fix classpath for generated transdroid.jar lib --- core/.classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/.classpath b/core/.classpath index 340040a3..c318c6c4 100644 --- a/core/.classpath +++ b/core/.classpath @@ -10,6 +10,6 @@ - + From e53bb5bf22652ad02f1c242aa53f2b8aa2caa5f7 Mon Sep 17 00:00:00 2001 From: Jonas Kalderstam Date: Thu, 9 Jan 2014 01:19:03 +0100 Subject: [PATCH 2/2] Now uses dark text in the white widget. Fixes https://github.com/erickok/transdroid/issues/84 Signed-off-by: Jonas Kalderstam --- core/res/layout-v11/list_item_widget_light.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/res/layout-v11/list_item_widget_light.xml b/core/res/layout-v11/list_item_widget_light.xml index 3e7fdd21..b014be57 100644 --- a/core/res/layout-v11/list_item_widget_light.xml +++ b/core/res/layout-v11/list_item_widget_light.xml @@ -49,6 +49,7 @@ android:layout_marginLeft="@dimen/widget_list_item_padding" android:layout_marginTop="4dip" android:maxLines="1" + android:textColor="@color/text_bright_light" android:paddingBottom="@dimen/widget_list_item_padding" android:textIsSelectable="false" android:textSize="@dimen/text_small" /> @@ -62,6 +63,7 @@ android:layout_marginLeft="@dimen/widget_list_item_padding_left" android:layout_toLeftOf="@id/ratio_text" android:maxLines="1" + android:textColor="@color/text_bright_light" android:textIsSelectable="false" android:textSize="@dimen/text_small" />