Align progress wheel with button.

This commit is contained in:
akwizgran
2015-12-11 11:32:51 +00:00
parent 2687e79593
commit f71596c258
2 changed files with 8 additions and 11 deletions

View File

@@ -43,12 +43,12 @@
style="?android:attr/progressBarStyleInverse"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/edit_password"
android:layout_marginTop="@dimen/margin_xlarge"
android:visibility="gone" />
android:layout_alignTop="@id/btn_sign_in"
android:layout_alignBottom="@id/btn_sign_in"
android:gravity="center"
android:visibility="invisible" />
<TextView
android:id="@+id/forgot_password"
style="@style/BriarTextBody"
android:layout_width="wrap_content"
android:layout_height="wrap_content"