aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-07-09 22:25:06 -0700
committerScott Jackson <daneren2005@gmail.com>2014-07-09 22:25:06 -0700
commit5da225e72d03941961df49e1959d7bbeded4b2a4 (patch)
tree38a4c85173ae3bba7371ffe77151afa4c5896ed9 /res
parent75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7 (diff)
downloaddsub-5da225e72d03941961df49e1959d7bbeded4b2a4.tar.gz
dsub-5da225e72d03941961df49e1959d7bbeded4b2a4.tar.bz2
dsub-5da225e72d03941961df49e1959d7bbeded4b2a4.zip
#376 Add a horizontal bar above notification buttons
Diffstat (limited to 'res')
-rw-r--r--res/layout/notification_expanded.xml5
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"