Skip to content

Commit

Permalink
Scroll app and tab bars with content
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishanker committed Mar 13, 2023
1 parent 378be48 commit 191babb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
android:id="@+id/toolbar_main"
android:layout_width="match_parent"
android:layout_height="@dimen/toolbar_height"
app:layout_collapseMode="pin"
app:layout_scrollFlags="scroll|enterAlways"
app:theme="@style/WordPress.ActionBar" />

<com.google.android.material.tabs.TabLayout
Expand Down
2 changes: 1 addition & 1 deletion WordPress/src/main/res/layout/reader_fragment_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
app:layout_collapseMode="pin"
app:layout_scrollFlags="scroll|enterAlways"
android:layout_height="@dimen/toolbar_height"
app:theme="@style/WordPress.ActionBar" />

Expand Down

0 comments on commit 191babb

Please sign in to comment.