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

am: 4695fc7e48

* commit '4695fc7e484bdc76ca9bd3d6b04a72f82a559f41':
  Fixes a crash in setup wizard when adding a lock screen.
This commit is contained in:
Udam Saini
2016-03-08 02:01:27 +00:00
committed by android-build-merger

View File

@@ -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>