Add margin after the action button of the user list toolbar

This commit is contained in:
Florian Renaud 2022-07-11 16:19:27 +02:00
parent fb87d31ce4
commit a10a8ce5ca
1 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,9 @@
android:id="@+id/userListToolbar"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
app:title="@string/fab_menu_create_chat"/>
android:paddingEnd="@dimen/layout_horizontal_margin"
app:title="@string/fab_menu_create_chat"
tools:ignore="RtlSymmetry" />
</com.google.android.material.appbar.AppBarLayout>
@ -94,4 +96,4 @@
app:layout_constraintTop_toBottomOf="@id/userListE2EbyDefaultDisabled"
tools:listitem="@layout/item_known_user" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>