Merged in PhotonQyv/mastodon_etalab/DASD_LayoutTweak (pull request #140)

Tweaked drawer_account_search_dev layout slightly to centre the account_pp ImageView.
This commit is contained in:
PhotonQyv 2017-10-16 16:48:37 +00:00 committed by tom79
commit 3a5f02fd57
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"