Skip to content

Commit

Permalink
added android:baselineAligned="false" to layouts affected
Browse files Browse the repository at this point in the history
  • Loading branch information
deonwaju committed Dec 7, 2023
1 parent 0f8eb69 commit 5ddd10a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout-sw600dp-land/topic_info_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
android:orientation="horizontal"
android:baselineAligned="false">

<ScrollView
android:layout_width="0dp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
android:orientation="horizontal"
android:baselineAligned="false">

<LinearLayout
android:id="@+id/story_name_chapter_count_container"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/topic_lessons_story_summary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
android:orientation="horizontal"
android:baselineAligned="false">

<LinearLayout
android:id="@+id/story_name_chapter_count_container"
Expand Down

0 comments on commit 5ddd10a

Please sign in to comment.