Nov 3, 2020
Yes you can do it. Make an xml activity_common.xml and put the progress layout in bottom and a fragment tag
```
<fragment
android:id=”@+id/container”
android:name=”androidx.navigation.fragment.NavHostFragment”
android:layout_width=”match_parent”
android:layout_height=”match_parent” />
```
and load fragment inside activity and show the progress whenever you want.