<?xml version="1.0" encoding="utf-8"?>
<!--
ownCloud Android client application
- Copyright (C) 2014 ownCloud Inc.
+ Copyright (C) 2015 ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
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"