From 7ceafaf2bb57cbfae7f724a9fe0c07ae4faff415 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sat, 29 Jul 2017 06:09:55 -0500 Subject: ProfileList: Add minimal activity For now, it simply reads the files in the app's data directory with file names ending in ".conf" and displays them in a list. This includes the generic list data binding setup for future use. Signed-off-by: Jason A. Donenfeld --- app/src/main/res/layout/profile_list_activity.xml | 17 +++++++++++++ app/src/main/res/layout/profile_list_item.xml | 29 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 app/src/main/res/layout/profile_list_activity.xml create mode 100644 app/src/main/res/layout/profile_list_item.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/profile_list_activity.xml b/app/src/main/res/layout/profile_list_activity.xml new file mode 100644 index 00000000..4e7b251f --- /dev/null +++ b/app/src/main/res/layout/profile_list_activity.xml @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/app/src/main/res/layout/profile_list_item.xml b/app/src/main/res/layout/profile_list_item.xml new file mode 100644 index 00000000..aeafaf0f --- /dev/null +++ b/app/src/main/res/layout/profile_list_item.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3