Srat Refactoring To Santoku

This commit is contained in:
Dark98
2026-01-30 04:28:58 +00:00
parent 5f2f0829dd
commit d692d3e061
140 changed files with 1117 additions and 1117 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<resources>
<string name="AppName" translatable="false">Slice Beam</string>
<string name="AppName" translatable="false">Santoku</string>
<string name="SlotBed">Preview</string>
<string name="SlotPrintConfig">Print</string>
<string name="SlotPrintConfigTooltip">Print profile</string>
+4 -4
View File
@@ -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>