Remove migrating progress dialog

This commit is contained in:
arkon
2020-04-21 19:01:01 -04:00
parent b17762f8d9
commit 2485ef8547
3 changed files with 24 additions and 21 deletions

View File

@@ -13,4 +13,24 @@
android:paddingBottom="4dp"
tools:listitem="@layout/global_search_controller_card" />
<FrameLayout
android:id="@+id/progress"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorSurface"
android:alpha="0.75" />
<ProgressBar
style="?android:attr/progressBarStyleLarge"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center" />
</FrameLayout>
</FrameLayout>