Skip to content

Commit a10a8ce

Browse files
author
Florian Renaud
committed
Add margin after the action button of the user list toolbar
1 parent fb87d31 commit a10a8ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vector/src/main/res/layout/fragment_user_list.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
android:id="@+id/userListToolbar"
1616
android:layout_width="match_parent"
1717
android:layout_height="?actionBarSize"
18-
app:title="@string/fab_menu_create_chat"/>
18+
android:paddingEnd="@dimen/layout_horizontal_margin"
19+
app:title="@string/fab_menu_create_chat"
20+
tools:ignore="RtlSymmetry" />
1921

2022
</com.google.android.material.appbar.AppBarLayout>
2123

@@ -94,4 +96,4 @@
9496
app:layout_constraintTop_toBottomOf="@id/userListE2EbyDefaultDisabled"
9597
tools:listitem="@layout/item_known_user" />
9698

97-
</androidx.constraintlayout.widget.ConstraintLayout>
99+
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)