From b1db59fda2031cc43da6663144998f457ffc4f97 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 23 Feb 2019 12:04:16 +0800 Subject: Add a feature: Search for users. Change some names of interfaces and methods. --- app/src/main/res/layout/fragment_user_listing.xml | 47 ++++++++++++++++++++++ app/src/main/res/layout/item_user_listing.xml | 48 +++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 app/src/main/res/layout/fragment_user_listing.xml create mode 100644 app/src/main/res/layout/item_user_listing.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_user_listing.xml b/app/src/main/res/layout/fragment_user_listing.xml new file mode 100644 index 00000000..b69ed7ae --- /dev/null +++ b/app/src/main/res/layout/fragment_user_listing.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_user_listing.xml b/app/src/main/res/layout/item_user_listing.xml new file mode 100644 index 00000000..24ba6102 --- /dev/null +++ b/app/src/main/res/layout/item_user_listing.xml @@ -0,0 +1,48 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3