Fixed contrast of text in notifications for Android 2.x and 3.x
[pub/Android/ownCloud.git] / res / layout-v11 / notification_with_progress_bar.xml
index 5f8d178..f4d4fab 100644 (file)
@@ -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"
                />
         <TextView android:id="@+id/text"
             android:layout_width="match_parent"
@@ -51,8 +49,7 @@
             android:singleLine="true"
             android:fadingEdge="horizontal"
             android:ellipsize="marquee"
-                       android:textColor="?android:attr/textColorSecondary"
-               android:textSize="16sp"
+            style="@style/Theme.ownCloud.NotificationText.Content"
             />
         <FrameLayout android:id="@+id/progressHolder"
             android:layout_width="match_parent"