diff options
-rw-r--r-- | res/layout/notification_expanded.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/notification_expanded.xml b/res/layout/notification_expanded.xml index 9fd6c68d..fe864ce3 100644 --- a/res/layout/notification_expanded.xml +++ b/res/layout/notification_expanded.xml @@ -70,6 +70,11 @@ android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="fill_parent" /> + + <ImageView + android:background="?android:dividerHorizontal" + android:layout_width="fill_parent" + android:layout_height="1.0px"/> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |