From 5f6dfb73e5971e4e80ce4983a2e54d6c3f7d4ed5 Mon Sep 17 00:00:00 2001 From: mandharet Date: Fri, 4 Mar 2022 08:33:24 +0530 Subject: [PATCH 1/2] add Recycler Feed ui2.0, Detail page inprogress --- .idea/misc.xml | 2 + .idea/render.experimental.xml | 1 + app/build.gradle | 1 + app/src/main/AndroidManifest.xml | 12 +- .../com/harshad/projectclean/CreatePost.kt | 4 +- .../harshad/projectclean/DisplayGrievance.kt | 7 +- .../com/harshad/projectclean/GriDetail.kt | 18 + .../com/harshad/projectclean/LoginActivity.kt | 6 +- .../GrievanceRecycleViewAdapter.kt | 20 +- .../main/res/layout/activity_gri_detail.xml | 113 ++++++ .../res/layout/single_grievance_item_view.xml | 373 ++++++++++++++---- app/src/main/res/values/colors.xml | 18 + app/src/main/res/values/strings.xml | 1 + 13 files changed, 479 insertions(+), 97 deletions(-) create mode 100644 app/src/main/java/com/harshad/projectclean/GriDetail.kt create mode 100644 app/src/main/res/layout/activity_gri_detail.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 963f9c3..c30cae9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,9 +3,11 @@