Skip to content

Commit 81053a1

Browse files
VaishSiddharthmaskaravivek
authored andcommitted
Username in nav drawer centrally aligned commons-app#1806 (commons-app#1817)
1 parent 654ef80 commit 81053a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
android:textColor="@color/item_white_background"
2626
android:textSize="@dimen/subheading_text_size"
2727
android:layout_below="@+id/pictureOfTheDay"
28-
android:layout_marginLeft="@dimen/activity_margin_horizontal"
28+
android:layout_centerHorizontal="true"
2929
android:paddingBottom="@dimen/small_gap"/>
3030

3131
<ImageView

0 commit comments

Comments
 (0)