Moved toolbar management in common fragment

This commit is contained in:
Daniele Verducci (Slimpenguin)
2024-02-24 16:45:52 +01:00
parent 32b005599a
commit 572095a7c3
3 changed files with 50 additions and 41 deletions
+4 -1
View File
@@ -19,7 +19,10 @@
<androidx.appcompat.widget.SearchView
android:id="@+id/search_view"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:layout_marginStart="30dp"
android:layout_marginEnd="30dp"
android:background="@color/translucent">
</androidx.appcompat.widget.SearchView>
</androidx.appcompat.widget.Toolbar>