mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-19 06:48:30 +00:00
Add margin
This commit is contained in:
parent
c767da4d09
commit
3bb22a3b1e
@ -12,8 +12,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
android:clipChildren="false"
|
android:clipChildren="false"
|
||||||
app:contentInsetLeft="0dp"
|
app:contentInsetStart="4dp">
|
||||||
app:contentInsetStart="0dp">
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -37,7 +36,7 @@
|
|||||||
android:layout_height="18dp"
|
android:layout_height="18dp"
|
||||||
android:src="@drawable/ic_baseline_arrow_back_compact_24"
|
android:src="@drawable/ic_baseline_arrow_back_compact_24"
|
||||||
android:layout_marginRight="-2dp"
|
android:layout_marginRight="-2dp"
|
||||||
android:layout_marginLeft="8dp"/>
|
android:layout_marginLeft="8dp" />
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.loki.views.ProfilePictureView
|
<org.thoughtcrime.securesms.loki.views.ProfilePictureView
|
||||||
android:id="@+id/profilePictureView"
|
android:id="@+id/profilePictureView"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user