Skip to content

Commit f3ce21b

Browse files
Merge pull request #2330 from Princejhabak/development
fix: Phimpme logo in navigation drawer overlaps status bar
2 parents ca765f6 + 5f9142c commit f3ce21b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/activity_drawer.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
android:layout_width="match_parent"
2525
android:layout_height="160dp"
2626
android:elevation="@dimen/card_elevation"
27-
android:orientation="vertical">
27+
android:orientation="vertical"
28+
android:paddingTop="@dimen/medium_spacing">
2829

2930
<ImageView
3031
android:layout_width="match_parent"

0 commit comments

Comments
 (0)