layout_emoji.xml 1.04 KB
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/layout_expression"
    android:layout_width="match_parent"
    android:layout_height="@dimen/rmrb_dp216"
    android:background="@color/res_color_common_C8"
    android:visibility="gone">

    <LinearLayout
        android:id="@+id/page_turning_point"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom|center"
        android:layout_marginBottom="@dimen/rmrb_dp20"
        android:gravity="center_vertical"
        android:orientation="horizontal" />

    <androidx.viewpager.widget.ViewPager
        android:id="@+id/view_pager"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

    <View
        android:id="@+id/v_emoji_layer"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#66000000"
        android:visibility="gone" />

</FrameLayout>