* feat(api/hashtag): add any, all, and none parameter * feat(timeline/hashtag): load with any, all and none parameter * feat(timeline/hashtag): save any, all and none in timeline definition * feat: set hastag parameter in UI * feat: move strings to string res * feat: show hint for tags * refactor: use method for setting up tags text * improve edit dialog, allow creating hashtag timelines * add chips for hashtags * add option for displaying only local posts in hashtag * improve layout and wording --------- Co-authored-by: sk <sk22@mailbox.org>
10 lines
455 B
XML
10 lines
455 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<style name="DefaultChipSuggestionTextView">
|
|
<item name="chipHorizontalSpacing">6dp</item>
|
|
<item name="chipBackground">@color/chip_material_background</item>
|
|
<item name="chipTextSize">14sp</item>
|
|
<item name="chipHeight">32dp</item>
|
|
<item name="chipVerticalSpacing">4dp</item>
|
|
</style>
|
|
</resources> |