Remove extra button from fingerprint enroll layout

The button doesn't even respond due to other code changes.
Buttons are now created in java using SUW library

Change-Id: I96943c973e23a06fe5f07c074f2c35f4bcc05dd3
Fixes: 122371369
Test: Only footer button shows
This commit is contained in:
Kevin Chyn
2019-01-11 13:48:35 -08:00
parent f0a0180b3f
commit 43626165e3
2 changed files with 0 additions and 15 deletions

View File

@@ -92,13 +92,6 @@
android:layout_height="0dp"
android:layout_weight="1" />
<Button
android:id="@+id/skip_button"
style="@style/SudGlifButton.Secondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/security_settings_fingerprint_enroll_enrolling_skip" />
</LinearLayout>
<LinearLayout

View File

@@ -83,14 +83,6 @@
android:layout_height="0dp"
android:layout_weight="1" />
<Button
style="@style/SetupWizardButton.Negative"
android:id="@+id/skip_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/skip_label" />
</LinearLayout>
</ScrollView>