From 6a5b6492e3dbb88c6db77a128f1daefaf5871cc5 Mon Sep 17 00:00:00 2001 From: Tom Hicks Date: Mon, 30 Aug 2021 11:34:58 -0700 Subject: [PATCH] Replaces duplicated list item layouts with a single shared SimpleListItem. --- Android/.idea/misc.xml | 13 ++++++ .../EditLanguagesRecyclerViewAdapter.java | 5 +-- .../EditSkillsRecyclerViewAdapter.java | 5 +-- .../EditStringsRecyclerViewAdapter.java | 6 +-- .../EditTraitsRecyclerViewAdapter.java | 6 +-- .../layout/fragment_dashboard_list_item.xml | 42 ------------------- .../layout/fragment_edit_languages_list.xml | 2 +- .../res/layout/fragment_edit_skills_list.xml | 2 +- .../layout/fragment_edit_skills_list_item.xml | 13 ------ .../res/layout/fragment_edit_strings_list.xml | 2 +- .../res/layout/fragment_edit_traits_list.xml | 2 +- .../layout/fragment_edit_traits_list_item.xml | 13 ------ ...ges_list_item.xml => simple_list_item.xml} | 0 13 files changed, 27 insertions(+), 84 deletions(-) delete mode 100644 Android/app/src/main/res/layout/fragment_dashboard_list_item.xml delete mode 100644 Android/app/src/main/res/layout/fragment_edit_skills_list_item.xml delete mode 100644 Android/app/src/main/res/layout/fragment_edit_traits_list_item.xml rename Android/app/src/main/res/layout/{fragment_edit_languages_list_item.xml => simple_list_item.xml} (100%) diff --git a/Android/.idea/misc.xml b/Android/.idea/misc.xml index 340b192..7448533 100644 --- a/Android/.idea/misc.xml +++ b/Android/.idea/misc.xml @@ -1,5 +1,18 @@ + + +