Merge "Separate skip and clear button in pattern screen" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
59b25d0043
@@ -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"
|
||||
|
Reference in New Issue
Block a user