summaryrefslogtreecommitdiff
path: root/data/res/layout/notification_template_messaging_image_message.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2018-02-28 11:36:59 -0500
committerAlan Viverette <alanv@google.com>2018-02-28 11:36:59 -0500
commit3db6b4d11638366d45078849d417c3dbd246b991 (patch)
tree043e046f1a94319207fbd79d0d5c5642152300d5 /data/res/layout/notification_template_messaging_image_message.xml
parent90dfeab341b017a443121455989b489e15b2f77d (diff)
downloadandroid-28-3db6b4d11638366d45078849d417c3dbd246b991.tar.gz
Import Android SDK Platform P DP1 [4622345]
/google/data/ro/projects/android/fetch_artifact \ --bid 4524038 \ --target sdk_phone_armv7-win_sdk \ sdk-repo-linux-platforms-4622345.zip AndroidVersion.ApiLevel has been modified to appear as 28 Change-Id: Ie92b5a5cbfdb760e861b065791ee98ecb89bc3b1
Diffstat (limited to 'data/res/layout/notification_template_messaging_image_message.xml')
-rw-r--r--data/res/layout/notification_template_messaging_image_message.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/res/layout/notification_template_messaging_image_message.xml b/data/res/layout/notification_template_messaging_image_message.xml
new file mode 100644
index 00000000..6ca4dcdd
--- /dev/null
+++ b/data/res/layout/notification_template_messaging_image_message.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2018 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+<com.android.internal.widget.MessagingImageMessage
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/message_text"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/messaging_image_extra_spacing"
+ android:scaleType="fitStart"
+/>