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"