<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_margin="5dp"
    android:orientation="vertical">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        tools:ignore="UseCompoundDrawables">

        <ImageView
            android:id="@+id/act_flags"
            android:layout_width="40dp"
            android:layout_height="40dp"
            android:contentDescription="TODO"
            android:src="@drawable/ic_woman"
            tools:ignore="ContentDescription,HardcodedText" />

        <TextView
            android:id="@+id/actor_name"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="微软晓晓"
            android:textSize="16sp"
            android:textAppearance="@android:style/TextAppearance.Material.Medium"
            tools:ignore="HardcodedText" />
    </LinearLayout>

    <TextView
        android:id="@+id/act_des"
        android:textSize="12sp"
        android:layout_width="match_parent"
        android:layout_height="100dp"
        android:text="@string/tts_sample_zh" />


</LinearLayout>