fix: don't use RTL layout for header image (#982)

pull/1009/head
Harris 3 years ago committed by GitHub
parent 42b2271336
commit 54efc36a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,8 +47,8 @@
android:layout_width="0dp"
android:layout_height="16dp"
android:layout_centerInParent="true"
android:layout_toStartOf="@+id/searchViewContainer"
android:layout_toEndOf="@+id/profileButton"
android:layout_toLeftOf="@+id/searchViewContainer"
android:layout_toRightOf="@+id/profileButton"
android:scaleType="centerInside"
android:src="@drawable/ic_session"
app:tint="@color/black" />

Loading…
Cancel
Save