Skip to content

Commit

Permalink
Merge pull request #2330 from Princejhabak/development
Browse files Browse the repository at this point in the history
fix: Phimpme logo in navigation drawer overlaps status bar
  • Loading branch information
abishekvashok authored Jan 1, 2019
2 parents ca765f6 + 5f9142c commit f3ce21b
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 f3ce21b

Please sign in to comment.