Skip to content

Commit

Permalink
Add scrollbars to Item picker and notification list
Browse files Browse the repository at this point in the history
Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Jun 28, 2024
1 parent 2379297 commit b92e014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mobile/src/main/res/layout/activity_item_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
tools:visibility="gone" />

<LinearLayout
Expand Down
1 change: 1 addition & 0 deletions mobile/src/main/res/layout/fragment_notificationlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
tools:visibility="gone" />

<LinearLayout
Expand Down

0 comments on commit b92e014

Please sign in to comment.