From: David A. Velasco Date: Thu, 20 Mar 2014 11:56:44 +0000 (+0100) Subject: Fixed contrast of text in notifications for Android 2.x and 3.x X-Git-Tag: oc-android-1.5.5~5^2~4^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/8a9f504138025ec99c527480c892ef7d9e55cd69?hp=--cc Fixed contrast of text in notifications for Android 2.x and 3.x --- 8a9f504138025ec99c527480c892ef7d9e55cd69 diff --git a/res/layout-v11/notification_with_progress_bar.xml b/res/layout-v11/notification_with_progress_bar.xml index 5f8d1782..f4d4fab3 100644 --- a/res/layout-v11/notification_with_progress_bar.xml +++ b/res/layout-v11/notification_with_progress_bar.xml @@ -39,9 +39,7 @@ android:singleLine="true" android:ellipsize="marquee" android:fadingEdge="horizontal" - android:textColor="?android:attr/textColorPrimary" - android:textSize="18sp" - android:textStyle="bold" + style="@style/Theme.ownCloud.NotificationText.Title" /> @color/button_text_color + + + + + + diff --git a/res/values-v9/versioned_styles.xml b/res/values-v9/versioned_styles.xml new file mode 100644 index 00000000..57bb396f --- /dev/null +++ b/res/values-v9/versioned_styles.xml @@ -0,0 +1,12 @@ + + + + + + + +