summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-06-06 17:29:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-06-06 17:29:16 +0000
commit0540c0606b17b3aeca5c0f4c16b3daf5aac0c421 (patch)
tree0792351669692b489721f2ec6024406647f7165d /res
parent3e61c9d6d0758b665f485452f66cd322c1df5c8e (diff)
parent79b176e42c107b34a649866de2bcfca439181cf0 (diff)
downloadandroid_packages_apps_Trebuchet-0540c0606b17b3aeca5c0f4c16b3daf5aac0c421.tar.gz
android_packages_apps_Trebuchet-0540c0606b17b3aeca5c0f4c16b3daf5aac0c421.tar.bz2
android_packages_apps_Trebuchet-0540c0606b17b3aeca5c0f4c16b3daf5aac0c421.zip
Merge "Fix visibility of notification footer divider" into ub-launcher3-dorval-polish
Diffstat (limited to 'res')
-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"