Tweaked drawer_account_search_dev layout slightly to centre the account_pp ImageView. It was bugging me.

This commit is contained in:
PhotonQyv 2017-10-16 12:54:09 +01:00
parent a14763e60c
commit 2157ab20f1
1 changed files with 3 additions and 3 deletions

View File

@ -33,13 +33,13 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
tools:ignore="UseCompoundDrawables">
<ImageView
android:layout_gravity="center_horizontal"
android:id="@+id/account_pp"
android:layout_margin="10dp"
android:layout_width="60dp"
android:layout_height="60dp"
tools:ignore="ContentDescription" />
android:layout_margin="10dp"
tools:ignore="ContentDescription"/>
<LinearLayout
android:layout_marginTop="10dp"
android:layout_marginStart="10dp"