gt3_wait_progressdialog.xml 2.5 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:custom="http://schemas.android.com/apk/res-auto"
    android:layout_width="220dp"
    android:layout_height="140dp"
    android:layout_centerInParent="true"
    android:background="@drawable/gt3_dialog_shape">

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


        <!--<com.geetest.sdk.views.GT3GifView-->
        <!--android:id="@+id/gt3_wait_iv"-->
        <!--android:layout_width="wrap_content"-->
        <!--android:layout_height="wrap_content"-->
        <!--android:layout_centerHorizontal="true" />-->

        <FrameLayout
            android:id="@+id/gt3_wait_iv"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerHorizontal="true" />

        <TextView
            android:id="@+id/gt3_wait_tv2"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@id/gt3_wait_iv"
            android:layout_centerHorizontal="true"
            android:layout_marginTop="10dp"
            android:text="@string/gt3_geetest_checking"
            android:textColor="#FF383838"
            android:textSize="14sp"
            android:background="#fff"/>

    </RelativeLayout>


    <View
        android:id="@+id/gt3_wait_view1"
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:layout_above="@+id/gt3_wait_ll"
        android:background="#efefef"
        android:visibility="invisible" />

    <RelativeLayout
        android:id="@+id/gt3_wait_ll"
        android:layout_width="match_parent"
        android:layout_height="26dp"
        android:layout_alignParentBottom="true"
        android:gravity="center_horizontal"
        android:visibility="invisible"
        android:background="#fff">

        <TextView
            android:id="@+id/gt3_wait_tvvv"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:drawableLeft="@drawable/gt3logo"
            android:drawablePadding="4dp"
            android:text="@string/gt3_geetest_support"
            android:textColor="#cacaca"
            android:textSize="10sp"
            android:background="#fff"/>

    </RelativeLayout>

</RelativeLayout>