Some cleanup

This commit is contained in:
Zakhar Timoshenko
2022-01-26 01:07:12 +03:00
parent 1253ca07cc
commit 254b0ab488
7 changed files with 3 additions and 64 deletions

View File

@@ -12,7 +12,4 @@
<attr name="android:orientation" />
</declare-styleable>
<!-- Setting chip color values for specific themes -->
<attr name="chipTextColor" format="reference|integer"/>
</resources>

View File

@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="test_primary">#5B6400</color>
<color name="test_onPrimary">#FFFFFF</color>
<color name="test_primaryContainer">#DEED21</color>
<color name="test_onPrimaryContainer">#1A1E00</color>
<color name="test_secondary">#5E6043</color>
<color name="test_onSecondary">#FFFFFF</color>
<color name="test_secondaryContainer">#E4E5C0</color>
<color name="test_onSecondaryContainer">#1B1D06</color>
<color name="test_tertiary">#3B6659</color>
<color name="test_onTertiary">#FFFFFF</color>
<color name="test_tertiaryContainer">#BEEDDC</color>
<color name="test_onTertiaryContainer">#002019</color>
<color name="test_background">#FFFCF3</color>
<color name="test_onBackground">#1C1C17</color>
<color name="test_surface">#FFFCF3</color>
<color name="test_onSurface">#1C1C17</color>
<color name="test_surfaceVariant">#E5E3D2</color>
<color name="test_onSurfaceVariant">#47473B</color>
<color name="test_outline">#787869</color>
<color name="test_inverseOnSurface">#F4F1E8</color>
<color name="test_inverseSurface">#31312B</color>
<color name="test_primaryInverse">#C2D000</color>
</resources>

View File

@@ -28,8 +28,5 @@
<!--Text dimens-->
<dimen name="text_size_h1">22sp</dimen>
<dimen name="menu_radius">16dp</dimen>
<item name="material_emphasis_medium" format="float" type="dimen">0.6</item>
</resources>

View File

@@ -217,7 +217,6 @@
<string name="other">Other</string>
<string name="languages">Languages</string>
<string name="welcome">Welcome</string>
<string name="description">Description</string>
<string name="backup_saved">Backup saved successfully</string>
<string name="tracker_warning">Some manufacturers can change the system behavior, which may breaks background tasks.</string>
<string name="read_more">Read more</string>
@@ -249,11 +248,6 @@
<string name="show_pages_numbers">Show pages numbers</string>
<string name="enabled_sources">Enabled sources</string>
<string name="available_sources">Available sources</string>
<string name="dynamic_theme">Dynamic theme</string>
<string name="dynamic_theme">Dynamic theme</string>
<string name="dynamic_theme_summary">Applies a theme created on the color scheme of your wallpaper</string>
<string name="label_default">Default</string>
<string name="theme_monet">Dynamic</string>
<string name="copied_to_clipboard">Copied to clipboard:\n%1$s</string>
<string name="clipboard_copy_error">Failed to copy to clipboard</string>
<string name="unknown">Unknown</string>
</resources>

View File

@@ -61,7 +61,6 @@
<item name="actionModeCloseDrawable">@drawable/ic_close</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.Kotatsu</item>
<item name="chipStyle">@style/Widget.Kotatsu.Chip</item>
<item name="chipTextColor">?android:attr/textColorPrimary</item>
<item name="textInputStyle">@style/Widget.Material3.TextInputLayout.OutlinedBox</item>
<item name="toolbarStyle">@style/Widget.Material3.Toolbar</item>
<item name="appBarLayoutStyle">@style/Widget.Material3.AppBarLayout</item>