From a3da20c503928817930e34a076e027e6905a8973 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 30 Jan 2025 10:39:47 +0100 Subject: [PATCH] 0dp instead of wrap content where possible --- .../src/main/res/layout/fragment_order_list.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/WooCommerce/src/main/res/layout/fragment_order_list.xml b/WooCommerce/src/main/res/layout/fragment_order_list.xml index b55b6d4ea67..64e3e594097 100644 --- a/WooCommerce/src/main/res/layout/fragment_order_list.xml +++ b/WooCommerce/src/main/res/layout/fragment_order_list.xml @@ -2,13 +2,12 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="horizontal"> + android:layout_height="match_parent"> @@ -101,7 +100,7 @@ @@ -109,7 +108,7 @@ android:id="@+id/detailPaneContainer" android:name="androidx.navigation.fragment.NavHostFragment" android:layout_width="0dp" - android:layout_height="match_parent" + android:layout_height="0dp" app:layout_constraintStart_toEndOf="@id/two_pane_layout_guideline" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent"