Initial Moshidon "release"

This commit is contained in:
LucasGGamerM
2022-12-06 19:17:07 -03:00
parent f384d44f8f
commit 8c1f76d7fa
8 changed files with 22 additions and 25 deletions

View File

@@ -210,8 +210,8 @@
<color name="favorite_selected">@color/warning_500</color>
<color name="bookmark_selected">@color/success_500</color>
<color name="boost_selected">@color/primary_500</color>
<color name="boost_selected">?android:colorPrimary</color>
<color name="shortcut_icon_background">@color/gray_100</color>
<color name="shortcut_icon_foreground">@color/primary_700</color>
<color name="shortcut_icon_background">?android:colorBackground</color>
<color name="shortcut_icon_foreground">?android:colorAccent</color>
</resources>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Megalodon</string>
<string name="app_name" translatable="false">Moshidon</string>
<string name="get_started">Get started</string>
<string name="log_in">Log in</string>
@@ -427,7 +427,7 @@
<string name="your_favorites">Your Favorites</string>
<string name="settings_always_reveal_content_warnings">Always reveal content warnings</string>
<string name="disable_marquee">Disable scrolling text in title bars</string>
<string name="settings_contribute_fork">Contribute to Megalodon</string>
<string name="settings_contribute_fork">Contribute to Moshidon</string>
<string name="settings_color_picker">Color theme:</string>
<string name="pink_color">Pink</string>
<string name="purple_color">Purple</string>