Skip to content
Snippets Groups Projects
Verified Commit 9f36b6bb authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improve search UI

parent 79e6f5cc
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,6 @@
app:contentInsetStartWithNavigation="0dip"
app:popupTheme="?attr/actionBarPopupTheme">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<androidx.appcompat.widget.AppCompatSpinner
android:id="@+id/chatListSpinner"
style="@style/Widget.FullWidthSpinner"
......@@ -51,17 +46,22 @@
android:layout_height="match_parent"
app:popupTheme="?attr/actionBarPopupTheme"
tools:listitem="@layout/widget_spinner_item_toolbar" />
</LinearLayout>
</androidx.appcompat.widget.Toolbar>
</com.google.android.material.appbar.AppBarLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?colorBackgroundSnackbar"
android:theme="?attr/actionBarTheme">
<androidx.cardview.widget.CardView
android:id="@+id/buffer_search_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:layout_marginRight="6dp"
android:layout_marginBottom="6dp">
android:layout_margin="6dp">
<LinearLayout
android:layout_width="match_parent"
......@@ -77,6 +77,7 @@
android:hint="@string/label_search_buffer"
android:imeOptions="actionSearch"
android:inputType="textNoSuggestions"
android:importantForAutofill="no"
android:lines="1"
android:minHeight="40dp"
android:paddingLeft="8dp"
......@@ -97,7 +98,7 @@
</androidx.cardview.widget.CardView>
</com.google.android.material.appbar.AppBarLayout>
</LinearLayout>
<de.kuschku.quasseldroid.util.ui.WarningBarView
android:id="@+id/feature_context_bufferactivitysync"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment