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

Commit 4695fc7e authored by Udam Saini's avatar Udam Saini Committed by Android (Google) Code Review
Browse files

Merge "Fixes a crash in setup wizard when adding a lock screen." into nyc-dev

parents 31a3b770 6d6e1177
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -83,6 +83,16 @@
                style="@style/SuwRadioButton" />
        </RadioGroup>

        <CheckBox
            android:id="@+id/lockscreen_remote_input"
            style="@style/SuwCheckBox"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/redaction_vertical_margins"
            android:layout_marginStart="?android:attr/listPreferredItemPaddingStart"
            android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"
            android:text="@string/lockscreen_remote_input" />

    </LinearLayout>

</com.android.setupwizardlib.SetupWizardLayout>