Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18464087 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Changed style in Device Management Dialog"

parents 7f8ee4b9 058155f2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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"
            />
@@ -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"
            />
@@ -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"
            />
@@ -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"
            />
+4 −0
Original line number Diff line number Diff line
@@ -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>