summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/status_bar_notification_row.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-05-20 03:33:40 +0200
committerSelim Cinek <cinek@google.com>2014-05-20 03:33:40 +0200
commitc9c00ae2fa5fb787e9f12705f8cd8de445ecde4b (patch)
tree9f0570466157f1bd8c1673f53438599adffcb7d0 /packages/SystemUI/res/layout/status_bar_notification_row.xml
parente595504f09f3cae65cda27261353eb3cfa72fd6e (diff)
downloadframeworks_base-c9c00ae2fa5fb787e9f12705f8cd8de445ecde4b.zip
frameworks_base-c9c00ae2fa5fb787e9f12705f8cd8de445ecde4b.tar.gz
frameworks_base-c9c00ae2fa5fb787e9f12705f8cd8de445ecde4b.tar.bz2
Fixed several bugs introduced by the new background views.
Also notifications are now limited to 4U again. Bug: 14880580 Change-Id: I05d19981ad1bb06687bf6c994608e21ac925a759
Diffstat (limited to 'packages/SystemUI/res/layout/status_bar_notification_row.xml')
-rw-r--r--packages/SystemUI/res/layout/status_bar_notification_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_notification_row.xml b/packages/SystemUI/res/layout/status_bar_notification_row.xml
index 2837cd6..a401195 100644
--- a/packages/SystemUI/res/layout/status_bar_notification_row.xml
+++ b/packages/SystemUI/res/layout/status_bar_notification_row.xml
@@ -27,7 +27,7 @@
<Button
android:id="@+id/veto"
android:layout_width="48dp"
- android:layout_height="match_parent"
+ android:layout_height="8dp"
android:gravity="end"
android:layout_marginEnd="-80dp"
android:background="@null"