Loading packages/SystemUI/res/layout/quick_settings_footer_dialog.xml +4 −4 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/monitoring_title_device_owned" style="@android:style/TextAppearance.Material.Title" style="@style/TextAppearance.DeviceManagementDialog.Title" android:textColor="?android:attr/textColorPrimary" android:paddingBottom="@dimen/qs_footer_dialog_subtitle_padding" /> Loading @@ -64,7 +64,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/monitoring_subtitle_ca_certificate" style="@android:style/TextAppearance.Material.Title" style="@style/TextAppearance.DeviceManagementDialog.Title" android:textColor="?android:attr/textColorPrimary" android:paddingBottom="@dimen/qs_footer_dialog_subtitle_padding" /> Loading @@ -89,7 +89,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/monitoring_subtitle_network_logging" style="@android:style/TextAppearance.Material.Title" style="@style/TextAppearance.DeviceManagementDialog.Title" android:textColor="?android:attr/textColorPrimary" android:paddingBottom="@dimen/qs_footer_dialog_subtitle_padding" /> Loading @@ -114,7 +114,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/monitoring_subtitle_vpn" style="@android:style/TextAppearance.Material.Title" style="@style/TextAppearance.DeviceManagementDialog.Title" android:textColor="?android:attr/textColorPrimary" android:paddingBottom="@dimen/qs_footer_dialog_subtitle_padding" /> Loading packages/SystemUI/res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -265,6 +265,10 @@ <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> </style> <style name="TextAppearance.DeviceManagementDialog.Title" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle"> <item name="android:gravity">center</item> </style> <style name="BaseBrightnessDialogContainer" parent="@style/Theme.SystemUI"> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">wrap_content</item> Loading Loading
packages/SystemUI/res/layout/quick_settings_footer_dialog.xml +4 −4 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/monitoring_title_device_owned" style="@android:style/TextAppearance.Material.Title" style="@style/TextAppearance.DeviceManagementDialog.Title" android:textColor="?android:attr/textColorPrimary" android:paddingBottom="@dimen/qs_footer_dialog_subtitle_padding" /> Loading @@ -64,7 +64,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/monitoring_subtitle_ca_certificate" style="@android:style/TextAppearance.Material.Title" style="@style/TextAppearance.DeviceManagementDialog.Title" android:textColor="?android:attr/textColorPrimary" android:paddingBottom="@dimen/qs_footer_dialog_subtitle_padding" /> Loading @@ -89,7 +89,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/monitoring_subtitle_network_logging" style="@android:style/TextAppearance.Material.Title" style="@style/TextAppearance.DeviceManagementDialog.Title" android:textColor="?android:attr/textColorPrimary" android:paddingBottom="@dimen/qs_footer_dialog_subtitle_padding" /> Loading @@ -114,7 +114,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/monitoring_subtitle_vpn" style="@android:style/TextAppearance.Material.Title" style="@style/TextAppearance.DeviceManagementDialog.Title" android:textColor="?android:attr/textColorPrimary" android:paddingBottom="@dimen/qs_footer_dialog_subtitle_padding" /> Loading
packages/SystemUI/res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -265,6 +265,10 @@ <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> </style> <style name="TextAppearance.DeviceManagementDialog.Title" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle"> <item name="android:gravity">center</item> </style> <style name="BaseBrightnessDialogContainer" parent="@style/Theme.SystemUI"> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">wrap_content</item> Loading