hh_chat_video_layout.xml 920 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:background="@drawable/hp_black_bg"
    android:layout_height="match_parent">


    <FrameLayout
        android:id="@+id/large_size_preview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center"
        android:layout_centerInParent="true"
        android:background="@drawable/hp_black_bg"
        android:orientation="horizontal" />


    <TextView
        android:id="@+id/notificationLayout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        android:gravity="center"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textSize="16sp"
        />

</RelativeLayout>