62 lines
2.1 KiB
XML
62 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/voice_layout"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/bg_voice_chat"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/icon_withdraw"
|
|
android:layout_width="38dp"
|
|
android:layout_height="31dp"
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginTop="23dp"
|
|
android:layout_marginEnd="20dp"
|
|
android:src="@mipmap/icon_withdraw" />
|
|
|
|
<ImageView
|
|
android:id="@+id/voice_fluctuations"
|
|
android:layout_width="154dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginTop="23dp"
|
|
android:layout_marginEnd="20dp"
|
|
android:scaleType="fitCenter"
|
|
android:src="@mipmap/img_p" />
|
|
|
|
<pl.droidsonroids.gif.GifImageView
|
|
android:id="@+id/gif_view"
|
|
android:layout_width="154dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginTop="23dp"
|
|
android:layout_marginEnd="20dp"
|
|
android:background="@mipmap/voice_fluctuations"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/voice_chat"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="5dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginEnd="5dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:maxLines="5"
|
|
android:textColor="#FFFFFF"
|
|
android:textSize="14sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/fingers_slide"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="5dp"
|
|
android:layout_marginEnd="5dp"
|
|
android:layout_marginBottom="16dp"
|
|
android:text="@string/fingers_slide"
|
|
android:textColor="#9A9A9A" />
|
|
|
|
|
|
</LinearLayout> |