SUW: use DayNight theme for TV
* As the TvSettings are always dark too, it looks better to follow it. Change-Id: Ifa3d2f21b18ffb3bcc791205c271f76221db2a95
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
<application android:label="@string/app_name"
|
<application android:label="@string/app_name"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:theme="@style/SudThemeGlifV3.Light"
|
android:theme="@style/Theme.Setup"
|
||||||
android:uiOptions="none"
|
android:uiOptions="none"
|
||||||
android:taskAffinity="com.android.wizard"
|
android:taskAffinity="com.android.wizard"
|
||||||
android:name=".SetupWizardApp">
|
android:name=".SetupWizardApp">
|
||||||
|
19
res/values-large-notouch/styles.xml
Normal file
19
res/values-large-notouch/styles.xml
Normal file
@@ -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.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
|
<style name="Theme.Setup" parent="SudThemeGlifV3.Light" />
|
||||||
|
|
||||||
<style name="SpinnerItem">
|
<style name="SpinnerItem">
|
||||||
<item name="android:textSize">15sp</item>
|
<item name="android:textSize">15sp</item>
|
||||||
<item name="android:paddingLeft">@dimen/content_margin_left</item>
|
<item name="android:paddingLeft">@dimen/content_margin_left</item>
|
||||||
|
Reference in New Issue
Block a user