<?xml version="1.0" encoding="UTF-8"?>
|
<!-- Copyright (C) 2014 The Android Open Source Project
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
you may not use this file except in compliance with the License.
|
You may obtain a copy of the License at
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
Unless required by applicable law or agreed to in writing, software
|
distributed under the License is distributed on an "AS IS" BASIS,
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
See the License for the specific language governing permissions and
|
limitations under the License.
|
-->
|
<resources>
|
<style name="Theme.DeviceDefault.Dialog.Alert" parent="Theme.Leanback.Dialog.Alert" />
|
<style name="Theme.DeviceDefault.Dialog.AppError" parent="Theme.Leanback.Dialog.AppError" />
|
<style name="Theme.DeviceDefault.Light.Dialog.Alert" parent="Theme.Leanback.Light.Dialog.Alert" />
|
|
<!-- TODO(b/116457731): remove colorBackground from colors_material.xml if not used anymore -->
|
<style name="Theme.DeviceDefault.Autofill" parent="Theme.Material">
|
<item name="colorBackground">@color/autofill_background_material_dark</item>
|
</style>
|
<style name="Theme.DeviceDefault.Autofill.Save" parent="Theme.Material.Panel">
|
<item name="colorBackground">@color/autofill_background_material_dark</item>
|
</style>
|
|
<!-- TV always use dark mode -->
|
<style name="Theme.DeviceDefault.Autofill.Light" parent="Theme.DeviceDefault.Autofill"/>
|
<style name="Theme.DeviceDefault.Light.Autofill.Save" parent="Theme.DeviceDefault.Autofill.Save"/>
|
|
<style name="Theme.DeviceDefault.Resolver" parent="Theme.Leanback.Resolver" />
|
</resources>
|