Misc changes

This commit is contained in:
Zakhar Timoshenko
2022-07-08 07:53:38 +03:00
parent 242704f853
commit cfc317cf19
3 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="8dp"
@@ -45,9 +44,9 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
app:constraint_referenced_ids="button_history,button_local,button_suggestions,button_bookmarks"
app:flow_horizontalGap="8dp"
app:flow_horizontalGap="12dp"
app:flow_maxElementsWrap="2"
app:flow_verticalGap="4dp"
app:flow_verticalGap="8dp"
app:flow_wrapMode="aligned"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"