From afdb5d648f8ddb87f2055f7d3a59b8725ec83d8e Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 19 七月 2017 16:18:07 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml
index 6eac23b..49e138f 100644
--- a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml
+++ b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml
@@ -21,11 +21,12 @@
android:layout_height="64dp"
android:orientation="horizontal"
>
- <include layout="@layout/notification_template_icon_group"
+ <ImageView android:id="@+id/icon"
android:layout_width="@dimen/notification_large_icon_width"
- android:layout_height="@dimen/notification_large_icon_height"
- />
- <include layout="@layout/notification_template_lines_media"
+ android:layout_height="@dimen/notification_large_icon_width"
+ android:scaleType="centerCrop"
+ />
+ <include layout="@layout/notification_template_lines"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
@@ -49,3 +50,4 @@
android:layout_height="match_parent"
/>
</LinearLayout>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_template_media.xml -->
\ No newline at end of file
--
Gitblit v1.8.0