Skip to content

Commit

Permalink
NestedScrollView: Set fillViewport to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejasvp25 committed May 28, 2021
1 parent 1b9720f commit d9d0430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_app_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
tools:context=".ui.main.view.AppInfoActivity"
xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.appcompat.widget.LinearLayoutCompat
Expand Down

0 comments on commit d9d0430

Please sign in to comment.