Reduce margins on search fragment

This commit is contained in:
2026-08-01 23:37:10 +02:00
parent 8ef177089d
commit f38bedd8cc
+1 -2
View File
@@ -4,13 +4,12 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:padding="12dp"> android:padding="6dp">
<LinearLayout <LinearLayout
android:id="@+id/searchContainer" android:id="@+id/searchContainer"
android:layout_width="320dp" android:layout_width="320dp"
android:layout_height="35dp" android:layout_height="35dp"
android:layout_marginTop="2dp"
android:orientation="horizontal" android:orientation="horizontal"
android:background="#000000" android:background="#000000"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"