sharemoment.xml 1.09 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/black"
    android:alpha="0.5"
    android:fitsSystemWindows="true"
    >

    <RelativeLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true">

        <ImageView
            android:id="@+id/immmmm"
            android:layout_width="16dp"
            android:layout_height="16dp"
            android:layout_alignParentTop="true"
            android:src="@drawable/spinner" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_toRightOf="@+id/immmmm"
            android:layout_marginLeft="3dp"
            android:layout_alignParentTop="true"
            android:text="请稍候..."
            android:textSize="12sp"
            android:textColor="@color/white" />

    </RelativeLayout>


</RelativeLayout>