summaryrefslogtreecommitdiff
path: root/data/res/layout/notification_template_text.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/layout/notification_template_text.xml')
-rw-r--r--data/res/layout/notification_template_text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/res/layout/notification_template_text.xml b/data/res/layout/notification_template_text.xml
index 68f34c8e..3b27666e 100644
--- a/data/res/layout/notification_template_text.xml
+++ b/data/res/layout/notification_template_text.xml
@@ -15,6 +15,7 @@
~ limitations under the License
-->
<com.android.internal.widget.ImageFloatingTextView xmlns:android="http://schemas.android.com/apk/res/android"
+ style="@style/Widget.Material.Notification.Text"
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -25,5 +26,4 @@
android:gravity="top"
android:singleLine="true"
android:textAlignment="viewStart"
- android:textAppearance="@style/TextAppearance.Material.Notification"
/>