mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Fixed startup crash when internet is off and weather enabled. Updated accessibility service settings location.
This commit is contained in:
parent
84c37734c9
commit
6282b83897
3 changed files with 53 additions and 39 deletions
|
|
@ -14,9 +14,16 @@
|
|||
|
||||
</style>
|
||||
|
||||
<style name="SettingsTheme" parent="Base.Theme.YamLauncher">
|
||||
<style name="SettingsTheme" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:windowBackground">@color/settings_bg</item>
|
||||
<item name="android:windowShowWallpaper">false</item>
|
||||
<item name="android:navigationBarColor">@android:color/transparent</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="android:windowLightStatusBar">?attr/isLightTheme</item>
|
||||
<item name="android:windowFullscreen">true</item>
|
||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||
<item name="android:enforceNavigationBarContrast">false</item>
|
||||
<item name="android:enforceStatusBarContrast">false</item>
|
||||
</style>
|
||||
|
||||
<style name="AppSearchView" parent="Widget.AppCompat.SearchView" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue