cleaner handling of verification state

This commit is contained in:
Vincent Breitmoser
2015-03-10 02:08:51 +01:00
parent 4db86fdabe
commit 2a42ff016f
2 changed files with 66 additions and 47 deletions

View File

@@ -113,7 +113,8 @@
android:id="@+id/back_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_arrow_back_white_24dp"
android:src="@drawable/ic_chevron_left_grey_24dp"
android:visibility="gone"
style="?android:attr/borderlessButtonStyle" />
<Space