mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-05 16:49:04 +00:00
Srat Refactoring To Santoku
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<style name="Base.Theme.SliceBeam" parent="Theme.Material3.Light.NoActionBar">
|
||||
<style name="Base.Theme.Santoku" parent="Theme.Material3.Light.NoActionBar">
|
||||
<item name="android:windowBackground">#FFF</item>
|
||||
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">@drawable/icon_adaptive_foreground</item>
|
||||
<item name="android:windowSplashScreenIconBackgroundColor" tools:targetApi="s">#3A3A3A</item>
|
||||
@@ -7,13 +7,13 @@
|
||||
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.SliceBeam" parent="Base.Theme.SliceBeam" />
|
||||
<style name="Theme.Santoku" parent="Base.Theme.Santoku" />
|
||||
|
||||
<style name="Theme.SliceBeam.NavigationTextFix" parent="@style/TextAppearance.Material3.LabelMedium">
|
||||
<style name="Theme.Santoku.NavigationTextFix" parent="@style/TextAppearance.Material3.LabelMedium">
|
||||
<item name="android:textSize">12sp</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.SliceBeam.NavigationTextFixActive" parent="@style/TextAppearance.Material3.LabelMedium">
|
||||
<style name="Theme.Santoku.NavigationTextFixActive" parent="@style/TextAppearance.Material3.LabelMedium">
|
||||
<item name="android:textSize">11.5sp</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user