Skip to content

Commit

Permalink
fix: Phimpme logo in navigation drawer overlaps status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Princejhabak committed Dec 25, 2018
1 parent 05d34ea commit 5f9142c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
android:layout_width="match_parent"
android:layout_height="160dp"
android:elevation="@dimen/card_elevation"
android:orientation="vertical">
android:orientation="vertical"
android:paddingTop="@dimen/medium_spacing">

<ImageView
android:layout_width="match_parent"
Expand Down

0 comments on commit 5f9142c

Please sign in to comment.