mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Launcher so far, app menu partially working
This commit is contained in:
commit
57721ac89b
47 changed files with 1693 additions and 0 deletions
18
app/src/main/res/values/themes.xml
Normal file
18
app/src/main/res/values/themes.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.YamLauncher" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<!-- Customize your light theme here. -->
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:colorBackgroundCacheHint">@null</item>
|
||||
<item name="android:windowShowWallpaper">true</item>
|
||||
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
|
||||
</style>
|
||||
|
||||
<style name="AppSearchView" parent="Widget.AppCompat.SearchView" >
|
||||
<item name="android:textSize">25sp</item>
|
||||
<item name="android:editTextColor">#f3f3f3</item>
|
||||
<item name="android:cursorVisible">true</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.YamLauncher" parent="Base.Theme.YamLauncher" />
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue