Skip to content

Commit

Permalink
Merge pull request #580 from hannesa2/toolbarOverlap
Browse files Browse the repository at this point in the history
Fix toolbar overlapped
  • Loading branch information
hannesa2 authored Mar 5, 2024
2 parents 2206a44 + 82363ea commit 332077d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basicSample/src/main/res/layout/activity_scrolling.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:fitsSystemWindows="true"
tools:context="info.mqtt.java.example.MQTTExampleActivity">

<HorizontalScrollView
Expand Down

0 comments on commit 332077d

Please sign in to comment.