projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed typo in strings.xml
[pub/Android/ownCloud.git]
/
res
/
layout-v11
/
notification_with_progress_bar.xml
diff --git
a/res/layout-v11/notification_with_progress_bar.xml
b/res/layout-v11/notification_with_progress_bar.xml
index
5f8d178
..
f4d4fab
100644
(file)
--- 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: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"
/>
<TextView android:id="@+id/text"
android:layout_width="match_parent"
@@
-51,8
+49,7
@@
android:singleLine="true"
android:fadingEdge="horizontal"
android:ellipsize="marquee"
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"
/>
<FrameLayout android:id="@+id/progressHolder"
android:layout_width="match_parent"