Merge "Separate skip and clear button in pattern screen" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-24 05:46:35 +00:00
committed by Android (Google) Code Review
3 changed files with 63 additions and 27 deletions

View File

@@ -22,7 +22,15 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<!-- left : cancel, or re-try -->
<!-- left : skip -->
<Button android:id="@+id/skip_button"
style="@style/SuwGlifButton.Secondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/skip_label"
android:visibility="gone" />
<!-- left : retry -->
<Button android:id="@+id/footerLeftButton"
style="@style/SuwGlifButton.Secondary"
android:layout_width="wrap_content"