55 lines
1.9 KiB
XML
55 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="270dp"
|
|
android:layout_height="170dp"
|
|
android:background="@drawable/bg_voice_chat">
|
|
|
|
<ImageView
|
|
android:id="@+id/icon_withdraw"
|
|
android:layout_width="38dp"
|
|
android:layout_height="31dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="5dp"
|
|
android:src="@mipmap/icon_withdraw" />
|
|
|
|
<ImageView
|
|
android:id="@+id/voice_fluctuations"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="30dp"
|
|
android:scaleType="fitCenter"
|
|
android:src="@mipmap/img_p" />
|
|
|
|
<pl.droidsonroids.gif.GifImageView
|
|
android:id="@+id/gif_view"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="30dp"
|
|
android:background="@mipmap/voice_fluctuations"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/fingers_slide"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginBottom="16dp"
|
|
android:text="@string/fingers_slide"
|
|
android:textColor="#9A9A9A" />
|
|
|
|
<TextView
|
|
android:id="@+id/voice_chat"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_marginTop="55dp"
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_marginBottom="8dp"
|
|
android:maxLines="4"
|
|
android:textColor="#FFFFFF"
|
|
android:textSize="14sp" />
|
|
</RelativeLayout> |