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

Commit 058155f2 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Changed style in Device Management Dialog

Test: visual (VPN and forced subtitle)
Change-Id: Ia212b27c5890d700062397c4dc2d1acd316e7d5a
Fixes: 122374864
parent 06e5b6d3
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>