summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-04-04 15:00:26 -0400
committerDaniel Sandler <dsandler@android.com>2012-04-04 15:00:55 -0400
commitea7593ce0f57387005aa2eada4ee3a4ccedd8102 (patch)
tree24f364e5bd53c2e95f0535a63d4b2c107d4c523a /core/res
parent16ad29d5088ff4eefb9e1c4a0c74a2b947d73aec (diff)
downloadframeworks_base-ea7593ce0f57387005aa2eada4ee3a4ccedd8102.zip
frameworks_base-ea7593ce0f57387005aa2eada4ee3a4ccedd8102.tar.gz
frameworks_base-ea7593ce0f57387005aa2eada4ee3a4ccedd8102.tar.bz2
Fix vertical alignment of notification contents.
Change-Id: Ibbb237f1b892cb0605417cdef17a9e59316ecb1f
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/layout/notification_template_base.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/notification_template_base.xml b/core/res/res/layout/notification_template_base.xml
index 5b06460..93843fd 100644
--- a/core/res/res/layout/notification_template_base.xml
+++ b/core/res/res/layout/notification_template_base.xml
@@ -28,7 +28,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
+ android:layout_gravity="fill_vertical"
android:layout_marginLeft="@dimen/notification_large_icon_width"
android:minHeight="@dimen/notification_large_icon_height"
android:orientation="vertical"
@@ -36,6 +36,7 @@
android:paddingRight="12dp"
android:paddingTop="4dp"
android:paddingBottom="4dp"
+ android:gravity="center_vertical"
>
<LinearLayout
android:id="@+id/line1"