use system wallpaper

This commit is contained in:
Josia Pietsch 2024-07-05 04:36:30 +02:00
parent 7c945aa6c2
commit acacc1d6cd
Signed by: jrpie
GPG key ID: E70B571D66986A2D
51 changed files with 93 additions and 259 deletions

View file

@ -22,7 +22,7 @@
<string name="fas_forward" translatable="false">&#xf051;</string>
<string name="fas_angle_double_left" translatable="false">&#xf100;</string>
<string name="fas_angle_double_right" translatable="false">&#xf101;</string>
<string name="fas_angle_double_right" translatable="false">">>"</string>
<string name="fas_angle_double_up" translatable="false">&#xf102;</string>
<string name="fas_angle_double_down" translatable="false">&#xf103;</string>
<string name="fas_store" translatable="false">&#xf54e;</string>

View file

@ -89,7 +89,6 @@
<string-array name="settings_launcher_theme_spinner_items">
<item>Default</item>
<item>Dark</item>
<item>Wallpaper</item>
</string-array>
<string name="settings_launcher_choose_wallpaper">Choose a wallpaper</string>
@ -128,7 +127,7 @@
<string name="settings_meta_report_bug_link" translatable="false">https://github.com/jrpie/Launcher/issues/new</string>
<string name="settings_meta_fork_contact">Contact the developer of the fork</string>
<string name="settings_meta_fork_contact_url">https://jrpie.de/contact/</string>
<string name="settings_meta_fork_contact_url" translatable="false">https://s.jrpie.de/contact/</string>
<string name="settings_meta_contact">Contact the original developer</string>
<string name="settings_meta_contact_url">https://www.finnmglas.com/contact/</string>

View file

@ -13,6 +13,11 @@
<item name="colorPrimaryDark">@color/finnmglasTheme_background_color</item>
<item name="android:colorBackground">@color/finnmglasTheme_background_color</item>
<item name="android:statusBarColor">@null</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowShowWallpaper">true</item>
<item name="colorAccent">#555</item>
<item name="android:textColor">#ffffff</item>
@ -27,10 +32,12 @@
<item name="android:popupMenuStyle">@style/PopupMenuCustom</item>
<item name="android:windowDisablePreview">true</item>
<item name="android:windowAnimationStyle">@style/WindowFadeTransition</item>
</style>
<style name="PopupMenuCustom" parent="@android:style/Widget.PopupMenu">
<item name="android:popupBackground">#252827</item>
</style>