<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2016 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
  -->

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingTop="16dp"
    android:paddingStart="@dimen/answer_message_margin_start_end"
    android:paddingEnd="@dimen/answer_message_margin_start_end">

  <android.support.v7.widget.AppCompatTextView
      android:id="@id/answer_message_text"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:layout_marginTop="@dimen/answer_message_contents_margin_top"
      android:layout_marginBottom="4dp"
      android:layout_centerHorizontal="true"
      android:layout_alignTop="@+id/answer_message_avatar"
      android:elevation="@dimen/answer_data_elevation"
      android:gravity="center"
      android:paddingTop="22dp"
      android:paddingBottom="22dp"
      android:paddingStart="32dp"
      android:paddingEnd="32dp"
      android:minHeight="108dp"
      android:lineSpacingMultiplier="1.2"
      android:textColor="?android:attr/textColorPrimaryInverse"
      android:textAppearance="@style/Dialer.Incall.TextAppearance.Message"
      android:background="@drawable/answer_text_only_background"
      app:autoSizeTextType="uniform"
      app:autoSizeMaxTextSize="44sp"/>

  <ImageView
      android:id="@id/answer_message_avatar"
      android:layout_width="@dimen/answer_message_avatar_size"
      android:layout_height="@dimen/answer_message_avatar_size"
      android:layout_centerHorizontal="true"
      android:elevation="@dimen/answer_avatar_elevation"/>
</RelativeLayout>
