blob: 71b056870c4d2cee3ca16e9284bdbd3f931001f0 [file] [log] [blame]
<?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/white"
android:orientation="vertical"
android:padding="88dp">
<ImageView
android:id="@+id/logo_ring"
android:layout_width="128dp"
android:layout_height="128dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_margin="16dp"
android:contentDescription="@string/app_name"
android:src="@drawable/ic_jami" />
<ProgressBar
android:id="@+id/loading_indicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/logo_ring"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_margin="16dp" />
</RelativeLayout>