Adjust restricted lock positions as per new design.
Bug: 27263531 Change-Id: I7e38a9e3356ca43ed936de1e6f8190eba4d4773e
This commit is contained in:
@@ -44,21 +44,21 @@
|
||||
|
||||
<com.android.settings.RestrictedRadioButton
|
||||
android:id="@+id/show_all"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/redaction_vertical_margins"
|
||||
android:text="@string/lock_screen_notifications_summary_show" />
|
||||
|
||||
<com.android.settings.RestrictedRadioButton
|
||||
android:id="@+id/redact_sensitive"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/redaction_vertical_margins"
|
||||
android:text="@string/lock_screen_notifications_summary_hide" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/hide_all"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/redaction_vertical_margins"
|
||||
android:text="@string/lock_screen_notifications_summary_disable" />
|
||||
|
||||
Reference in New Issue
Block a user