Snap for 7625910 from 9000bdc25f
to sc-release
Change-Id: I00ad85b57cad05f18eb774bcbf80065eb023a0f7
This commit is contained in:
@@ -2862,9 +2862,7 @@
|
|||||||
<activity android:name=".notification.app.ChannelPanelActivity"
|
<activity android:name=".notification.app.ChannelPanelActivity"
|
||||||
android:label="@string/notification_channel_title"
|
android:label="@string/notification_channel_title"
|
||||||
android:theme="@style/Theme.Panel"
|
android:theme="@style/Theme.Panel"
|
||||||
android:launchMode="singleInstance"
|
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:noHistory="true"
|
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
<intent-filter android:priority="1">
|
<intent-filter android:priority="1">
|
||||||
|
@@ -208,6 +208,8 @@
|
|||||||
<!-- copied from Theme.DeviceDefault.Dialog.Alert -->
|
<!-- copied from Theme.DeviceDefault.Dialog.Alert -->
|
||||||
<item name="colorAccent">@*android:color/accent_device_default_dark</item>
|
<item name="colorAccent">@*android:color/accent_device_default_dark</item>
|
||||||
<item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item>
|
<item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item>
|
||||||
|
|
||||||
|
<item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="SuwAlertDialogThemeCompat.Light" parent="@style/Theme.AppCompat.Light.Dialog.Alert">
|
<style name="SuwAlertDialogThemeCompat.Light" parent="@style/Theme.AppCompat.Light.Dialog.Alert">
|
||||||
@@ -218,6 +220,8 @@
|
|||||||
<!-- copied from Theme.DeviceDefault.Light.Dialog.Alert -->
|
<!-- copied from Theme.DeviceDefault.Light.Dialog.Alert -->
|
||||||
<item name="colorAccent">@*android:color/accent_device_default_light</item>
|
<item name="colorAccent">@*android:color/accent_device_default_light</item>
|
||||||
<item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item>
|
<item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item>
|
||||||
|
|
||||||
|
<item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- This theme was applied to Settings pages which are running under SUW. -->
|
<!-- This theme was applied to Settings pages which are running under SUW. -->
|
||||||
|
Reference in New Issue
Block a user