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"
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"