blob: 4d46bc4b386c6818bdbb72681cc4b8429d9b2b1f [file] [log] [blame]
<!--
~ Copyright (C) 2021 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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingEnd="@dimen/preview_special_format_padding_end" >
<ImageView
android:id="@+id/icon_motion_photo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="fitCenter"
android:src="@drawable/ic_motion_photo"
android:contentDescription="@null" />
<TextView
android:id="@+id/text_motion_photo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/preview_special_format_text_margin"
android:layout_gravity="center_vertical"
android:textColor="@color/picker_default_white"
android:textSize="@dimen/preview_special_format_text_size"
android:text="@string/picker_motion_photo_text" />
</LinearLayout>