Skip to content

Commit

Permalink
Fix onboarding crash on landscape view
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Feb 9, 2024
1 parent 1c214ca commit fb28758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout-land/fragment_onboarding_item3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
app:layout_constraintTop_toTopOf="@id/guidelineTop">

<com.drdisagree.colorblendr.ui.widgets.SelectableViewWidget
android:id="@+id/post_notifications"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:descriptionText="@string/mode_one_desc"
app:titleText="@string/mode_one_title" />

<com.drdisagree.colorblendr.ui.widgets.SelectableViewWidget
android:id="@+id/read_media_images"
android:id="@+id/shizuku"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
Expand Down

0 comments on commit fb28758

Please sign in to comment.