From 51a05087e5a349afa3f4e0febdc3a339179e9bbd Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Mon, 3 Aug 2015 08:31:23 -0400 Subject: Add searching for apps in autofill settings page --- app/src/main/res/layout/app_list_item.xml | 23 ++++++++++++++++++++++ app/src/main/res/layout/autofill_recycler_view.xml | 7 +++++++ 2 files changed, 30 insertions(+) create mode 100644 app/src/main/res/layout/app_list_item.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/app_list_item.xml b/app/src/main/res/layout/app_list_item.xml new file mode 100644 index 00000000..7df28cc6 --- /dev/null +++ b/app/src/main/res/layout/app_list_item.xml @@ -0,0 +1,23 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/autofill_recycler_view.xml b/app/src/main/res/layout/autofill_recycler_view.xml index 27afa77d..98ff779d 100644 --- a/app/src/main/res/layout/autofill_recycler_view.xml +++ b/app/src/main/res/layout/autofill_recycler_view.xml @@ -4,6 +4,13 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + +