feat: refs #8175 updateLibraries

This commit is contained in:
Sergio De la torre 2024-12-12 17:00:37 +01:00
parent 3109611794
commit b0dea86050
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="8dp">
android:padding="0dp">
<androidx.appcompat.widget.SearchView
android:id="@+id/search_view"
@ -18,6 +18,6 @@
android:id="@+id/recycler_viewer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="8dp"
android:paddingVertical="48dp"
android:visibility="visible" />
</LinearLayout>