<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout android:background="#26000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
    <LinearLayout android:orientation="vertical" android:background="@drawable/background_loading" android:padding="10.0px" android:layout_width="400.0px" android:layout_height="400.0px" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent">
        <ImageView android:layout_gravity="center|top" android:id="@id/iv_image" android:layout_width="200.0px" android:layout_height="200.0px" android:layout_marginTop="20.0px" android:src="@drawable/loading" />
        <TextView android:textSize="@dimen/dialog_base_text24" android:textColor="@color/white" android:gravity="center" android:layout_gravity="center" android:id="@id/tv_account" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="30.0px" />
    </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>