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

Commit ba313c03 authored by Ajay Nadathur's avatar Ajay Nadathur
Browse files

Remove next button from FingerprintEnroll screen

bug: 63515466
Test: Manually tested and verified that next button is removed
Change-Id: Ib43363c763fba2f92cb4774e1b961ab8647f5040
parent 8dc795d6
Loading
Loading
Loading
Loading
+13 −22
Original line number Diff line number Diff line
@@ -24,23 +24,17 @@
    android:layout_height="match_parent"
    app:suwFooter="@layout/fingerprint_enroll_find_sensor_base_footer">

    <FrameLayout
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical"
        android:clipToPadding="false"
        android:clipChildren="false">

        <include
            layout="@layout/fingerprint_enroll_find_sensor_graphic"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_gravity="center_horizontal|bottom"/>

        <LinearLayout
            style="@style/SuwContentFrame"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical"
            android:clipToPadding="false"
            android:clipChildren="false">
@@ -51,21 +45,18 @@
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/suw_description_glif_margin_top"
                android:text="@string/security_settings_fingerprint_enroll_find_sensor_message"/>
        </LinearLayout>

            <View
        <Space
            android:layout_width="wrap_content"
            android:layout_height="0dp"
                android:layout_width="match_parent"
            android:layout_weight="1" />

            <Button
                style="@style/SuwGlifButton.Secondary"
                android:id="@+id/next_button"
                android:layout_width="wrap_content"
        <include
            layout="@layout/fingerprint_enroll_find_sensor_graphic"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
                android:layout_marginBottom="4dp"
                android:layout_gravity="end"
                android:text="@string/fingerprint_enroll_button_next" />
            android:layout_gravity="center_horizontal"/>

    </LinearLayout>
    </FrameLayout>
</com.android.setupwizardlib.GlifLayout>