UI improvements
This commit is contained in:
parent
05f95ef30d
commit
244ef95a99
|
@ -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"
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue