summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAravind Sreekumar <aravinds@google.com>2018-04-10 12:15:45 -0700
committerAravind Sreekumar <aravinds@google.com>2018-04-10 12:15:45 -0700
commit62e15739fa1f976a7bf31006b04bd1f19c935600 (patch)
tree5d4fac50e37bd1ad62a1313e59c3c613a4a0514e /res
parentf8f52035b7c5c25b345ab007c2ae4c4dee707388 (diff)
downloadandroid_packages_apps_SettingsIntelligence-62e15739fa1f976a7bf31006b04bd1f19c935600.tar.gz
android_packages_apps_SettingsIntelligence-62e15739fa1f976a7bf31006b04bd1f19c935600.tar.bz2
android_packages_apps_SettingsIntelligence-62e15739fa1f976a7bf31006b04bd1f19c935600.zip
Migrate SettingsIntelligence to androidx.
Test: make SettingsIntelligence Bug: 76692459 Change-Id: Id8ec8fe6365f66493e716d45e6ba3543ef8a3898
Diffstat (limited to 'res')
-rw-r--r--res/layout/search_panel.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/search_panel.xml b/res/layout/search_panel.xml
index b5933cc..5f621cd 100644
--- a/res/layout/search_panel.xml
+++ b/res/layout/search_panel.xml
@@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:background="@color/search_panel_background"
android:elevation="4dp">
- <android.support.v7.widget.CardView
+ <androidx.cardview.widget.CardView
android:id="@+id/search_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -51,7 +51,7 @@
android:imeOptions="actionSearch|flagNoExtractUi"
android:searchIcon="@null"/>
</Toolbar>
- </android.support.v7.widget.CardView>
+ </androidx.cardview.widget.CardView>
</FrameLayout>
<FrameLayout
@@ -62,7 +62,7 @@
android:orientation="vertical">
<!-- Padding is included in the background -->
- <android.support.v7.widget.RecyclerView
+ <androidx.recyclerview.widget.RecyclerView
android:id="@+id/list_results"
android:layout_width="match_parent"
android:layout_height="wrap_content"