summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-06-05 17:54:45 -0700
committerTony Wickham <twickham@google.com>2017-06-05 17:54:45 -0700
commit79b176e42c107b34a649866de2bcfca439181cf0 (patch)
tree62c5b6c2aa327cbf5d69423b8edcb4011fcb8dce /res/layout
parentacaf5b3a37af11b40166c10e856175bb96cb1476 (diff)
downloadandroid_packages_apps_Trebuchet-79b176e42c107b34a649866de2bcfca439181cf0.tar.gz
android_packages_apps_Trebuchet-79b176e42c107b34a649866de2bcfca439181cf0.tar.bz2
android_packages_apps_Trebuchet-79b176e42c107b34a649866de2bcfca439181cf0.zip
Fix visibility of notification footer divider
Now it is only visible when the notification footer is present, instead of always being visible. Change-Id: Ie85ff31918901115cdfe55b36e75aa80b43e7b13
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/notification.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/notification.xml b/res/layout/notification.xml
index a03dd0833..a183c92f7 100644
--- a/res/layout/notification.xml
+++ b/res/layout/notification.xml
@@ -66,7 +66,8 @@
android:layout_width="match_parent"
android:layout_height="@dimen/popup_item_divider_height"
android:background="?android:attr/listDivider"
- android:layout_below="@id/main_view"/>
+ android:layout_below="@id/main_view"
+ android:visibility="gone" />
<include layout="@layout/notification_footer"
android:id="@+id/footer"