Brion VIBBER has submitted this change and it was merged.

Change subject: Fix position of logged in icon on navbar
......................................................................


Fix position of logged in icon on navbar

Change-Id: Iedf592a5e61a4536b3a827a665cf084c1802c5a2
---
M wikipedia/res/layout/fragment_navdrawer.xml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Brion VIBBER: Verified; Looks good to me, approved



diff --git a/wikipedia/res/layout/fragment_navdrawer.xml 
b/wikipedia/res/layout/fragment_navdrawer.xml
index 9fbe61f..15f9d67 100644
--- a/wikipedia/res/layout/fragment_navdrawer.xml
+++ b/wikipedia/res/layout/fragment_navdrawer.xml
@@ -57,7 +57,7 @@
                 >
             <ImageView android:layout_width="24dp" android:layout_height="24dp"
                        android:layout_margin="12dp"
-                       android:layout_gravity="center_vertical"
+                       android:layout_gravity="top"
                        android:src="@drawable/face_smile_white"
                     />
             <LinearLayout android:layout_width="match_parent"

-- 
To view, visit https://gerrit.wikimedia.org/r/119542
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iedf592a5e61a4536b3a827a665cf084c1802c5a2
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to