We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb87d31 commit a10a8ceCopy full SHA for a10a8ce
vector/src/main/res/layout/fragment_user_list.xml
@@ -15,7 +15,9 @@
15
android:id="@+id/userListToolbar"
16
android:layout_width="match_parent"
17
android:layout_height="?actionBarSize"
18
- app:title="@string/fab_menu_create_chat"/>
+ android:paddingEnd="@dimen/layout_horizontal_margin"
19
+ app:title="@string/fab_menu_create_chat"
20
+ tools:ignore="RtlSymmetry" />
21
22
</com.google.android.material.appbar.AppBarLayout>
23
@@ -94,4 +96,4 @@
94
96
app:layout_constraintTop_toBottomOf="@id/userListE2EbyDefaultDisabled"
95
97
tools:listitem="@layout/item_known_user" />
98
-</androidx.constraintlayout.widget.ConstraintLayout>
99
+</androidx.constraintlayout.widget.ConstraintLayout>
0 commit comments