Show mailbox onboarding/download info

if the mailbox is not yet set up.
This commit is contained in:
Torsten Grote
2022-02-08 11:32:41 -03:00
parent 8b3dae6daf
commit e14773985d
17 changed files with 882 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragmentContainer"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar
android:id="@+id/progressBar"
style="?android:progressBarStyleLarge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:visibility="invisible"
tools:visibility="visible" />
</FrameLayout>