mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Now passively checks for moved apps (for app name changing between updates, etc)
This commit is contained in:
parent
d0112bbbe4
commit
de79b2752d
10 changed files with 64 additions and 25 deletions
|
|
@ -4,9 +4,18 @@
|
|||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:colorBackgroundCacheHint">@android:color/transparent</item>
|
||||
<item name="android:windowShowWallpaper">true</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>
|
||||
|
||||
</style>
|
||||
|
||||
<style name="SettingsTheme" parent="Base.Theme.YamLauncher">
|
||||
<item name="android:windowBackground">@color/settings_bg</item>
|
||||
</style>
|
||||
|
||||
<style name="AppSearchView" parent="Widget.AppCompat.SearchView" >
|
||||
<item name="android:textSize">25sp</item>
|
||||
<item name="android:editTextColor">#f3f3f3</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue