Update UI
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
<color name="splash_primary">#90CAF9</color>
|
||||
|
||||
<!-- Color schemes colors -->
|
||||
<color name="background_miku">#E6E9E7</color>
|
||||
<color name="background_asuka">#F2E5E4</color>
|
||||
<color name="background_mion">#E7E9E5</color>
|
||||
<color name="background_rikka">#EBE7EC</color>
|
||||
<color name="background_sakura">#F1E5E7</color>
|
||||
<color name="background_mamimi">#F2E5E5</color>
|
||||
<color name="background_miku">#E4FFFA</color>
|
||||
<color name="background_asuka">#FFEDEB</color>
|
||||
<color name="background_mion">#E8FFEF</color>
|
||||
<color name="background_rikka">#F6F2FF</color>
|
||||
<color name="background_sakura">#FFF8F8</color>
|
||||
<color name="background_mamimi">#FFF0F0</color>
|
||||
<color name="background_kanade">#E6E6E6</color>
|
||||
</resources>
|
||||
|
||||
@@ -41,8 +41,10 @@
|
||||
<color name="kotatsu_shadow">#000000</color>
|
||||
<color name="kotatsu_surfaceTint">#0059C8</color>
|
||||
<color name="kotatsu_scrim">#000000</color>
|
||||
<!-- Primary 95 -->
|
||||
<color name="kotatsu_m3_background">#EDF0FF</color>
|
||||
<!-- White -->
|
||||
<color name="kotatsu_m3_exploreButton">#FFFFFF</color>
|
||||
<!-- Primary 90 -->
|
||||
<color name="kotatsu_m3_bottom_menu">#D9E2FF</color>
|
||||
<color name="kotatsu_m3_content_scrim">#D9E2FF</color>
|
||||
</resources>
|
||||
|
||||
@@ -477,4 +477,5 @@
|
||||
<string name="related_manga_summary">Show a list of related manga. In some cases it may be inaccurate or missing</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="default_section">Default section</string>
|
||||
<string name="manga_list">Manga list</string>
|
||||
</resources>
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
|
||||
<style name="Widget.Kotatsu.BottomSheet.Modal" parent="Widget.Material3.BottomSheet.Modal">
|
||||
<item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.Kotatsu.BottomSheet</item>
|
||||
<item name="backgroundTint">?attr/m3ColorBottomMenuBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Kotatsu.BottomSheet.DragHandle" parent="Widget.Material3.BottomSheet.DragHandle">
|
||||
@@ -211,7 +212,7 @@
|
||||
<item name="backgroundTint">?attr/m3ColorExploreButton</item>
|
||||
<!-- Hack. Removing shadow. For AMOLED -->
|
||||
<item name="android:outlineProvider">none</item>
|
||||
<item name="elevation">3dp</item>
|
||||
<item name="elevation">24dp</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Kotatsu.TextView.Indicator" parent="Widget.MaterialComponents.TextView">
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
<item name="m3ColorBackground">@color/kotatsu_m3_background</item>
|
||||
<item name="m3ColorExploreButton">@color/kotatsu_m3_exploreButton</item>
|
||||
<item name="m3ColorBottomMenuBackground">@color/kotatsu_m3_bottom_menu</item>
|
||||
<item name="liftOnScrollColor">@color/kotatsu_m3_content_scrim</item>
|
||||
<item name="colorOnBackground">@color/kotatsu_onSurface</item>
|
||||
<item name="colorError">@color/error</item>
|
||||
<item name="colorErrorContainer">@color/errorContainer</item>
|
||||
|
||||
Reference in New Issue
Block a user