Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6aa140c authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Remove extra button from fingerprint enroll layout"

parents 8b9529e5 43626165
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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
+0 −8
Original line number Diff line number Diff line
@@ -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>