Skip to content

Commit

Permalink
fix error on fragment_profile.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
anangkur committed Dec 13, 2023
1 parent 12dc63c commit dba341c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

<androidx.core.widget.NestedScrollView
style="@style/NestedScrollDefault"
android:layout_marginTop="?actionBarSize"
android:layout_above="@id/btn_logout">
android:layout_marginTop="?actionBarSize">
<LinearLayout
style="@style/LinearVerticalWrap"
android:visibility="visible">
Expand Down

0 comments on commit dba341c

Please sign in to comment.