mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
fix: don't use RTL layout for header image (#982)
This commit is contained in:
parent
42b2271336
commit
54efc36a8b
@ -47,8 +47,8 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="16dp"
|
android:layout_height="16dp"
|
||||||
android:layout_centerInParent="true"
|
android:layout_centerInParent="true"
|
||||||
android:layout_toStartOf="@+id/searchViewContainer"
|
android:layout_toLeftOf="@+id/searchViewContainer"
|
||||||
android:layout_toEndOf="@+id/profileButton"
|
android:layout_toRightOf="@+id/profileButton"
|
||||||
android:scaleType="centerInside"
|
android:scaleType="centerInside"
|
||||||
android:src="@drawable/ic_session"
|
android:src="@drawable/ic_session"
|
||||||
app:tint="@color/black" />
|
app:tint="@color/black" />
|
||||||
|
Loading…
Reference in New Issue
Block a user