Use chips to show tags in metadata section

Clicking on chips opens the search fragment
Long clicking copies to clipboard
This commit is contained in:
Stypox 2021-06-02 16:09:21 +02:00
parent aab4416947
commit a98c0cc61d
5 changed files with 89 additions and 17 deletions

View file

@ -88,9 +88,9 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="8dp"
android:layout_marginTop="10dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp"
android:layout_marginBottom="10dp"
android:orientation="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"