Use RestrictedRadioButton in SetupRedactionInterstitial
Bug: 26704975 Change-Id: I857dc0e57d1aaada06be4945b0e377291864ea89
This commit is contained in:
@@ -51,14 +51,14 @@
|
|||||||
android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"
|
android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd"
|
||||||
android:checkedButton="@+id/redact_sensitive">
|
android:checkedButton="@+id/redact_sensitive">
|
||||||
|
|
||||||
<RadioButton
|
<com.android.settings.RestrictedRadioButton
|
||||||
android:id="@+id/show_all"
|
android:id="@+id/show_all"
|
||||||
style="@style/SuwRadioButton"
|
style="@style/SuwRadioButton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/lock_screen_notifications_summary_show" />
|
android:text="@string/lock_screen_notifications_summary_show" />
|
||||||
|
|
||||||
<RadioButton
|
<com.android.settings.RestrictedRadioButton
|
||||||
android:id="@+id/redact_sensitive"
|
android:id="@+id/redact_sensitive"
|
||||||
style="@style/SuwRadioButton"
|
style="@style/SuwRadioButton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Reference in New Issue
Block a user