Skip to content

Commit

Permalink
fix: cosmetic issue about drawer header view
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrimault committed Jan 7, 2025
1 parent 45e197e commit 1f4159d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion occtax/src/main/res/layout/activity_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start">

<androidx.coordinatorlayout.widget.CoordinatorLayout
Expand Down
2 changes: 1 addition & 1 deletion occtax/src/main/res/layout/drawer_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:elevation="2dp"
android:orientation="vertical"
android:paddingHorizontal="@dimen/text_margin"
android:paddingTop="48dp"
android:paddingTop="@dimen/text_margin"
android:paddingBottom="@dimen/text_margin"
android:theme="@style/AppTheme">

Expand Down

0 comments on commit 1f4159d

Please sign in to comment.