Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_picker_native.xml')
-rw-r--r--app/src/main/res/layout/item_picker_native.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_picker_native.xml b/app/src/main/res/layout/item_picker_native.xml
index 167cbd7ff..9e3cf74ee 100644
--- a/app/src/main/res/layout/item_picker_native.xml
+++ b/app/src/main/res/layout/item_picker_native.xml
@@ -20,7 +20,7 @@
android:layout_marginEnd="@dimen/spacer_2x"
android:contentDescription="@null"
android:padding="@dimen/spacer_1hx"
- app:srcCompat="@drawable/ic_baseline_search_24" />
+ app:srcCompat="@drawable/ic_search_24" />
<TextView
android:id="@+id/title"
@@ -35,7 +35,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
- android:background="@color/bg_info_box" />
+ android:background="?attr/colorOutlineVariant" />
<TextView
android:id="@+id/subtitle"