summaryrefslogtreecommitdiff
path: root/data/res/layout/notification_template_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/layout/notification_template_header.xml')
-rw-r--r--data/res/layout/notification_template_header.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/res/layout/notification_template_header.xml b/data/res/layout/notification_template_header.xml
index 3a28f4d7..20bdf3fe 100644
--- a/data/res/layout/notification_template_header.xml
+++ b/data/res/layout/notification_template_header.xml
@@ -41,6 +41,24 @@
android:singleLine="true"
/>
<TextView
+ android:id="@+id/header_text_secondary_divider"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?attr/notificationHeaderTextAppearance"
+ android:layout_marginStart="@dimen/notification_header_separating_margin"
+ android:layout_marginEnd="@dimen/notification_header_separating_margin"
+ android:text="@string/notification_header_divider_symbol"
+ android:visibility="gone"/>
+ <TextView
+ android:id="@+id/header_text_secondary"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?attr/notificationHeaderTextAppearance"
+ android:layout_marginStart="@dimen/notification_header_separating_margin"
+ android:layout_marginEnd="@dimen/notification_header_separating_margin"
+ android:visibility="gone"
+ android:singleLine="true"/>
+ <TextView
android:id="@+id/header_text_divider"
android:layout_width="wrap_content"
android:layout_height="wrap_content"