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

Commit 3282e73d authored by Timi Rautamäki's avatar Timi Rautamäki Committed by Nolen Johnson
Browse files

SUW: use DayNight theme for TV

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

Change-Id: Ifa3d2f21b18ffb3bcc791205c271f76221db2a95
parent 40215f65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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">
+19 −0
Original line number Diff line number Diff line
<?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>
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@
     limitations under the License.
-->
<resources>
    <style name="Theme.Setup" parent="@style/SudThemeGlifV3.Light" />

    <style name="SpinnerItem">
        <item name="android:textSize">15sp</item>
        <item name="android:paddingLeft">@dimen/content_margin_left</item>