diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-07-09 22:25:06 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-07-09 22:25:06 -0700 |
commit | 5da225e72d03941961df49e1959d7bbeded4b2a4 (patch) | |
tree | 38a4c85173ae3bba7371ffe77151afa4c5896ed9 /res/layout | |
parent | 75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7 (diff) | |
download | dsub-5da225e72d03941961df49e1959d7bbeded4b2a4.tar.gz dsub-5da225e72d03941961df49e1959d7bbeded4b2a4.tar.bz2 dsub-5da225e72d03941961df49e1959d7bbeded4b2a4.zip |
#376 Add a horizontal bar above notification buttons
Diffstat (limited to 'res/layout')
-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" |