Add compact navbar option

This commit is contained in:
Koitharu
2024-02-17 10:41:55 +02:00
parent 2de1fe8b77
commit 92ed320f57
5 changed files with 36 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
<dimen name="list_spacing_large">12dp</dimen>
<!-- Navigation -->
<dimen name="nav_header_logo_size">36dp</dimen>
<dimen name="nav_bar_height_compact">62dp</dimen>
<dimen name="toolbar_height_expanded">172dp</dimen>
<dimen name="grid_spacing">8dp</dimen>

View File

@@ -593,4 +593,5 @@
<string name="reading_time_estimation_summary">The time estimation value may be inaccurate</string>
<string name="suggestions_unavailable_text">Suggestions feature is disabled</string>
<string name="check_for_new_chapters_disabled">Checking for new chapters is disabled</string>
<string name="show_labels_in_navbar">Show labels in navigation bar</string>
</resources>