Skip to content
Snippets Groups Projects
Commit 09774cb3 authored by akwizgran's avatar akwizgran
Browse files

Don't stretch progress wheel on Android 2.3.

parent 4dd9e250
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -43,10 +43,11 @@
<ProgressBar
android:id="@+id/progress_wheel"
style="?android:attr/progressBarStyleInverse"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@id/btn_sign_in"
android:layout_alignBottom="@id/btn_sign_in"
android:layout_centerHorizontal="true"
android:gravity="center"
android:visibility="invisible" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment