Skip to content

Commit

Permalink
Hide scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Nov 4, 2024
1 parent f91ac5b commit 3d51654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_notifications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:scrollbars="none">

<LinearLayout
android:layout_width="match_parent"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_relays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:scrollbars="none">

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit 3d51654

Please sign in to comment.