Loading res/layout/choose_lock_pattern_common.xml +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ android:minLines="2" android:gravity="center" android:paddingStart="?attr/sudMarginStart" android:paddingEnd="?attr/sudMarginEnd"/> android:paddingEnd="?attr/sudMarginEnd" android:fontFamily="@*android:string/config_headlineFontFamily" /> <com.google.android.setupdesign.view.FillContentLayout style="@style/LockPatternContainerStyle" Loading res/layout/redaction_interstitial.xml +9 −3 Original line number Diff line number Diff line Loading @@ -53,7 +53,9 @@ android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_show" /> android:text="@string/lock_screen_notifications_summary_show" android:textColor="?android:attr/textColorSecondary" android:fontFamily="@*android:string/config_headlineFontFamily" /> <com.android.settings.RestrictedRadioButton android:id="@+id/redact_sensitive" Loading @@ -62,7 +64,9 @@ android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_hide" /> android:text="@string/lock_screen_notifications_summary_hide" android:textColor="?android:attr/textColorSecondary" android:fontFamily="@*android:string/config_headlineFontFamily" /> <RadioButton android:id="@+id/hide_all" Loading @@ -71,7 +75,9 @@ android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_disable" /> android:text="@string/lock_screen_notifications_summary_disable" android:textColor="?android:attr/textColorSecondary" android:fontFamily="@*android:string/config_headlineFontFamily" /> </RadioGroup> Loading Loading
res/layout/choose_lock_pattern_common.xml +2 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,8 @@ android:minLines="2" android:gravity="center" android:paddingStart="?attr/sudMarginStart" android:paddingEnd="?attr/sudMarginEnd"/> android:paddingEnd="?attr/sudMarginEnd" android:fontFamily="@*android:string/config_headlineFontFamily" /> <com.google.android.setupdesign.view.FillContentLayout style="@style/LockPatternContainerStyle" Loading
res/layout/redaction_interstitial.xml +9 −3 Original line number Diff line number Diff line Loading @@ -53,7 +53,9 @@ android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_show" /> android:text="@string/lock_screen_notifications_summary_show" android:textColor="?android:attr/textColorSecondary" android:fontFamily="@*android:string/config_headlineFontFamily" /> <com.android.settings.RestrictedRadioButton android:id="@+id/redact_sensitive" Loading @@ -62,7 +64,9 @@ android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_hide" /> android:text="@string/lock_screen_notifications_summary_hide" android:textColor="?android:attr/textColorSecondary" android:fontFamily="@*android:string/config_headlineFontFamily" /> <RadioButton android:id="@+id/hide_all" Loading @@ -71,7 +75,9 @@ android:layout_height="wrap_content" android:layout_marginBottom="0dp" android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_disable" /> android:text="@string/lock_screen_notifications_summary_disable" android:textColor="?android:attr/textColorSecondary" android:fontFamily="@*android:string/config_headlineFontFamily" /> </RadioGroup> Loading