Move search filter sheet actions to the top

This commit is contained in:
arkon
2020-04-10 15:15:31 -04:00
parent 5183848250
commit 4f5e52fdd4
3 changed files with 39 additions and 46 deletions

View File

@@ -380,7 +380,6 @@
<string name="also_delete_chapters">Also delete downloaded chapters</string>
<!-- Catalogue fragment -->
<string name="source_search_options">Search filters</string>
<string name="source_requires_login">This source requires you to log in</string>
<string name="select_source">Select a source</string>
<string name="no_valid_sources">Please enable at least one valid source</string>

View File

@@ -238,6 +238,7 @@
</style>
<style name="Theme.Widget.TextInputLayout.OutlinedBox.Dense" parent="Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense">
<item name="materialThemeOverlay">@style/ThemeOverlay.Widget.TextInputEditText.OutlinedBox</item>
<item name="boxStrokeColor">@color/text_input_stroke</item>
<item name="hintTextColor">?attr/colorSecondary</item>
</style>