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