summaryrefslogtreecommitdiff
path: root/data/res/layout/notification_template_material_big_base.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2018-03-26 11:19:47 -0400
committerJason Monk <jmonk@google.com>2018-03-26 11:19:47 -0400
commitb9386c026b7af7665f6df2257f9ca7c656ad7e2e (patch)
treeba6ac9c00697a747b4cef50dbf055dd94a34e9f3 /data/res/layout/notification_template_material_big_base.xml
parent3db6b4d11638366d45078849d417c3dbd246b991 (diff)
downloadandroid-28-b9386c026b7af7665f6df2257f9ca7c656ad7e2e.tar.gz
Import Android SDK Platform P [4678243]
/google/data/ro/projects/android/fetch_artifact \ --bid 4678243 \ --target sdk_phone_armv7-win_sdk \ sdk-repo-linux-platforms-4678243.zip AndroidVersion.ApiLevel has been modified to appear as 28 Change-Id: I2f2bf26e18cf9db0c3815ce3ed773fe456a6fb6d
Diffstat (limited to 'data/res/layout/notification_template_material_big_base.xml')
-rw-r--r--data/res/layout/notification_template_material_big_base.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/res/layout/notification_template_material_big_base.xml b/data/res/layout/notification_template_material_big_base.xml
index d47bff64..21068908 100644
--- a/data/res/layout/notification_template_material_big_base.xml
+++ b/data/res/layout/notification_template_material_big_base.xml
@@ -20,6 +20,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
+ android:clipChildren="false"
android:tag="big" >
<LinearLayout
android:id="@+id/notification_action_list_margin_target"
@@ -30,6 +31,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_weight="1"
android:layout_gravity="top" >
<include layout="@layout/notification_template_header" />
<LinearLayout
@@ -39,7 +41,6 @@
android:layout_marginStart="@dimen/notification_content_margin_start"
android:layout_marginEnd="@dimen/notification_content_margin_end"
android:layout_marginTop="@dimen/notification_content_margin_top"
- android:layout_marginBottom="@dimen/notification_content_margin_bottom"
android:orientation="vertical" >
<include layout="@layout/notification_template_part_line1" />
<include layout="@layout/notification_template_text" />
@@ -61,7 +62,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/notification_content_margin_start"
android:layout_marginEnd="@dimen/notification_content_margin_end"
- android:layout_marginBottom="@dimen/notification_content_margin_bottom" />
+ android:layout_marginTop="@dimen/notification_content_margin" />
+ <include layout="@layout/notification_material_action_list" />
</LinearLayout>
- <include layout="@layout/notification_material_action_list" />
</FrameLayout>