mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Text and bg colors can now be material you
This commit is contained in:
parent
5f1c10eb54
commit
28af7ab6c5
3 changed files with 29 additions and 4 deletions
|
|
@ -6,6 +6,8 @@
|
|||
<item>Black</item>
|
||||
<item>Grey</item>
|
||||
<item>White</item>
|
||||
<item>Material</item>
|
||||
|
||||
</string-array>
|
||||
|
||||
<string-array name="bg_values">
|
||||
|
|
@ -13,16 +15,20 @@
|
|||
<item>#FF000000</item>
|
||||
<item>#FF1B1B1B</item>
|
||||
<item>#FFD6D6D6</item>
|
||||
<item>material</item>
|
||||
|
||||
</string-array>
|
||||
|
||||
<string-array name="color_options">
|
||||
<item>Light</item>
|
||||
<item>Dark</item>
|
||||
<item>Material</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="color_values">
|
||||
<item>#FFF3F3F3</item>
|
||||
<item>#FF0C0C0C</item>
|
||||
<item>material</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="animation_options">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.YamLauncher" parent="Theme.AppCompat.NoActionBar">
|
||||
<style name="Base.Theme.YamLauncher" parent="Theme.Material3.DynamicColors.DayNight.NoActionBar">
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:colorBackgroundCacheHint">@android:color/transparent</item>
|
||||
<item name="android:windowShowWallpaper">true</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue