Skip to content

Commit c3b3262

Browse files
committed
fix landscape mode
1 parent 618a2ed commit c3b3262

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

WordPress/src/main/res/layout-land/jetpack_powered_bottom_sheet.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
android:background="@color/jetpack_powered_bottom_sheet_background"
99
android:orientation="vertical">
1010

11-
<androidx.constraintlayout.widget.Guideline
12-
android:id="@+id/guideline3"
13-
android:layout_width="wrap_content"
14-
android:layout_height="wrap_content"
15-
android:orientation="horizontal"
16-
app:layout_constraintGuide_end="130dp" />
17-
1811
<androidx.recyclerview.widget.RecyclerView
1912
android:id="@+id/content_recycler_view"
2013
android:layout_width="match_parent"
@@ -49,7 +42,7 @@
4942
app:layout_constraintBottom_toTopOf="@id/secondary_button"
5043
app:layout_constraintEnd_toEndOf="parent"
5144
app:layout_constraintStart_toStartOf="parent"
52-
app:layout_goneMarginBottom="@dimen/margin_extra_large" />
45+
app:layout_goneMarginBottom="@dimen/margin_extra_extra_medium_large" />
5346

5447
<com.google.android.material.button.MaterialButton
5548
android:id="@+id/secondary_button"

0 commit comments

Comments
 (0)