Loading res/layout/redaction_interstitial.xml +7 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:icon="@drawable/ic_lock" android:icon="@drawable/ic_suggested_notifications" settings:suwFooter="@layout/redaction_interstitial_footer" settings:suwHeaderText="@string/lock_screen_notifications_interstitial_title"> Loading Loading @@ -52,6 +52,8 @@ style="@style/SuwRadioButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_show" /> <com.android.settings.RestrictedRadioButton Loading @@ -59,6 +61,8 @@ style="@style/SuwRadioButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_hide" /> <RadioButton Loading @@ -66,6 +70,8 @@ style="@style/SuwRadioButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_disable" /> </RadioGroup> Loading Loading
res/layout/redaction_interstitial.xml +7 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:icon="@drawable/ic_lock" android:icon="@drawable/ic_suggested_notifications" settings:suwFooter="@layout/redaction_interstitial_footer" settings:suwHeaderText="@string/lock_screen_notifications_interstitial_title"> Loading Loading @@ -52,6 +52,8 @@ style="@style/SuwRadioButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_show" /> <com.android.settings.RestrictedRadioButton Loading @@ -59,6 +61,8 @@ style="@style/SuwRadioButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_hide" /> <RadioButton Loading @@ -66,6 +70,8 @@ style="@style/SuwRadioButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_disable" /> </RadioGroup> Loading