SUW: use DayNight theme for TV

* As the TvSettings are always dark too, it looks better to follow it.

Change-Id: Ifa3d2f21b18ffb3bcc791205c271f76221db2a95
gugelfrei
Timi Rautamäki 3 years ago
parent 795d0b9489
commit 4a4a3ca828

@ -58,7 +58,7 @@
<application android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:theme="@style/SudThemeGlifV3.Light"
android:theme="@style/Theme.Setup"
android:uiOptions="none"
android:taskAffinity="com.android.wizard"
android:name=".SetupWizardApp">

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021 The LineageOS 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.Setup" parent="SudThemeGlifV3.DayNight" />
</resources>

@ -16,6 +16,8 @@
limitations under the License.
-->
<resources>
<style name="Theme.Setup" parent="SudThemeGlifV3.Light" />
<style name="SpinnerItem">
<item name="android:textSize">15sp</item>
<item name="android:paddingLeft">@dimen/content_margin_left</item>

Loading…
Cancel
Save