Add margin after the action button of the user list toolbar
This commit is contained in:
parent
fb87d31ce4
commit
a10a8ce5ca
|
@ -15,7 +15,9 @@
|
||||||
android:id="@+id/userListToolbar"
|
android:id="@+id/userListToolbar"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="?actionBarSize"
|
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>
|
</com.google.android.material.appbar.AppBarLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue