<?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,
<ImageView android:id="@+id/icon"
android:layout_width="25dp"
android:layout_height="25dp"
- android:scaleType="fitCenter"
- android:background="@android:drawable/status_bar_item_app_background"
+ android:scaleType="centerInside"
/>
<TextView android:id="@+id/title"
android:layout_width="0dp"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:paddingLeft="4dp"
- android:textSize="18sp"
- android:textStyle="bold"
- android:textColor="?android:attr/textColorPrimaryInverse"
+ style="@style/Theme.ownCloud.NotificationText.Title"
/>
</LinearLayout>
<TextView android:id="@+id/text"
android:singleLine="true"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
- android:textColor="?android:attr/textColorPrimaryInverse"
+ style="@style/Theme.ownCloud.NotificationText.Content"
/>
<FrameLayout android:id="@+id/progressHolder"
android:layout_width="match_parent"