Fixed issue with new main activity blanking rather than staying on. Fixes #141
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user