summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/layout/item_suggestion.xml1
-rw-r--r--app/src/main/res/layout/search_bar.xml1
2 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_suggestion.xml b/app/src/main/res/layout/item_suggestion.xml
index 720fca3..b0accd9 100644
--- a/app/src/main/res/layout/item_suggestion.xml
+++ b/app/src/main/res/layout/item_suggestion.xml
@@ -16,7 +16,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@android:color/white"
android:foreground="?android:attr/selectableItemBackground"
android:gravity="center_vertical"
android:minHeight="60dp"
diff --git a/app/src/main/res/layout/search_bar.xml b/app/src/main/res/layout/search_bar.xml
index 7b65d59..4ff1a1d 100644
--- a/app/src/main/res/layout/search_bar.xml
+++ b/app/src/main/res/layout/search_bar.xml
@@ -70,6 +70,7 @@
android:nextFocusUp="@id/url_bar"
android:paddingStart="4dp"
android:popupElevation="2dp"
+ android:popupBackground="@android:color/white"
android:selectAllOnFocus="true"
android:textColor="@android:color/black"
tools:ignore="RtlSymmetry" />