blob: 1bcada3f883debb8d9095937e0202b7bb5ac840b [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/background"
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>