Merge "Fix text styling for choose pattern/password screens" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
66a2f625e4
@@ -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"
|
||||
|
@@ -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"
|
||||
@@ -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"
|
||||
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user