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>
|
||||||
|
|
||||||
|
@ -94,4 +96,4 @@
|
||||||
app:layout_constraintTop_toBottomOf="@id/userListE2EbyDefaultDisabled"
|
app:layout_constraintTop_toBottomOf="@id/userListE2EbyDefaultDisabled"
|
||||||
tools:listitem="@layout/item_known_user" />
|
tools:listitem="@layout/item_known_user" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|
Loading…
Reference in New Issue