Merge "Fix SUW redaction interstitial crash" into nyc-dev am: bd705413ba

am: d24f3d9fa9

* commit 'd24f3d9fa9b83f1890e996f6ca6a054410bf59dd':
  Fix SUW redaction interstitial crash
This commit is contained in:
Adrian Roos
2016-03-07 21:42:37 +00:00
committed by android-build-merger

View File

@@ -72,6 +72,15 @@
android:layout_height="wrap_content"
android:text="@string/lock_screen_notifications_summary_disable" />
<!-- CheckBox is styled with SuwRadioButton to make it line up nicely with the radios
above. -->
<CheckBox
android:id="@+id/lockscreen_remote_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/suw_check_box_margin_top"
android:text="@string/lockscreen_remote_input"
style="@style/SuwRadioButton" />
</RadioGroup>
</LinearLayout>