Fixed issue with new main activity blanking rather than staying on. Fixes #141

This commit is contained in:
Graham Jones
2024-01-31 21:32:30 +00:00
parent 1a98e1094e
commit 1be6e51406
5 changed files with 12 additions and 3 deletions

View File

@@ -2,12 +2,15 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight">
<!-- Customize your theme here. -->
<!-- Customize your theme here.
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:textColorPrimary">#a0a0a0</item>
-->
</style>
</resources>

View File

@@ -55,13 +55,14 @@
android:key="OSDUrl"
android:summary="@string/remote_url_summary"
android:title="@string/remote_url_title" />
-->
<CheckBoxPreference
android:defaultValue="false"
android:key="PreventSleep"
android:summary="@string/prevent_sleep_summary"
android:title="@string/prevent_sleep_title" />
-->
<!--<EditTextPreference
android:defaultValue="1000"
android:key="UpdatePeriod"