|
|
@@ -149,15 +149,14 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/businessLayout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
+ android:layout_height="@dimen/divider_440px"
|
|
|
android:layout_marginTop="@dimen/divider_5px"
|
|
|
- android:layout_weight="1"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/rvGame"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_marginStart="@dimen/divider_48px"
|
|
|
android:layout_marginTop="@dimen/divider_12px"
|
|
|
android:layout_weight="1"
|