Separate skip and clear button in pattern screen
So that the action performed is always the same as what the button label says. Test: m -j RunSettingsRoboTests Bug: 72197171 Change-Id: Ia2a02b630a86874d002e462e41fdf676c2d27203
This commit is contained in:
@@ -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