Skip to content
Snippets Groups Projects
item_conv_composing.xml 730 B
Newer Older
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/typing_indicator_layout"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginStart="@dimen/margin_with_avatar"
    android:background="@drawable/textmsg_bg_in">

    <ImageView
        android:id="@+id/status_icon"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:contentDescription="@string/conversation_contact_is_typing"
        android:padding="5dp"
        app:srcCompat="@drawable/typing_indicator_animation" />
</FrameLayout>