Skip to content

Commit

Permalink
fix flickering toolbar
Browse files Browse the repository at this point in the history
Signed-off-by: David Luhmer <[email protected]>
  • Loading branch information
David-Development committed Oct 28, 2023
1 parent 9d0b747 commit 2f24615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion News-Android-App/src/main/res/layout/toolbar_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="@color/bg_default"
app:liftOnScroll="false">

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit 2f24615

Please sign in to comment.