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 +++++++++++++++++++++++ app/src/main/res/values/strings.xml | 3 +- 3 files changed, 97 insertions(+), 1 deletion(-) 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') 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 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d286b264..021d5ddf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -13,8 +13,9 @@ Error loading image. Tap to retry. Error loading posts.\nTap to retry. - No posts here. + No posts found. No subreddits found. + No users found. Error loading posts Error loading comments -- cgit v1.2.3