UI improvements

This commit is contained in:
leca 2024-10-19 18:02:08 +03:00
parent 05f95ef30d
commit 244ef95a99
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" android:id="@+id/productLayout" android:outlineProvider="bounds"
android:layout_height="match_parent" android:id="@+id/productLayout" android:outlineProvider="bounds"
android:background="#00FFFEFE" android:clickable="true">
<ImageView
android:layout_width="match_parent"

View File

@ -8,6 +8,7 @@
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent" android:id="@+id/categoriesLayout">
android:layout_height="match_parent" android:id="@+id/categoriesLayout"
android:layout_gravity="center" android:layout_margin="2dp">
</LinearLayout>
</FrameLayout>