Version Check before try to Login (#147)

This commit is contained in:
6543
2019-10-22 15:27:33 +00:00
committed by M M Arif
parent d29b1901c0
commit d14ecd9c68
6 changed files with 247 additions and 107 deletions

View File

@ -191,21 +191,4 @@
</ScrollView>
<RelativeLayout
android:id="@+id/progressBarLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar
android:id="@+id/progress_bar"
style="@style/Base.Widget.AppCompat.ProgressBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:indeterminate="true"
android:visibility="visible"
android:layout_centerInParent="true"
/>
</RelativeLayout>
</RelativeLayout>