Skip to content

Commit

Permalink
Fix hidden top of the content on click
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Sep 8, 2022
1 parent 6489247 commit 9f88da5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/fragment_note.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
<ViewFlipper
android:id="@+id/view_flipper"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:paddingTop="?attr/actionBarSize">

<ScrollView
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="?attr/actionBarSize"
android:clipToPadding="false"
android:scrollbarStyle="outsideOverlay">

<!-- Entire note -->
Expand Down

0 comments on commit 9f88da5

Please sign in to comment.