From 9d430209d39d0e68f6311adfff9d476c8856f662 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sat, 20 Apr 2019 03:56:13 +0200 Subject: Initial commit - working file list view --- app/src/main/res/layout/activity_main.xml | 35 +++++++++++++++++++++++++ app/src/main/res/layout/app_bar_main.xml | 34 ++++++++++++++++++++++++ app/src/main/res/layout/content_main.xml | 21 +++++++++++++++ app/src/main/res/layout/file_list_row.xml | 40 +++++++++++++++++++++++++++++ app/src/main/res/layout/image_list_item.xml | 6 +++++ app/src/main/res/layout/list_fragment.xml | 13 ++++++++++ app/src/main/res/layout/nav_header_main.xml | 37 ++++++++++++++++++++++++++ 7 files changed, 186 insertions(+) create mode 100644 app/src/main/res/layout/activity_main.xml create mode 100644 app/src/main/res/layout/app_bar_main.xml create mode 100644 app/src/main/res/layout/content_main.xml create mode 100644 app/src/main/res/layout/file_list_row.xml create mode 100644 app/src/main/res/layout/image_list_item.xml create mode 100644 app/src/main/res/layout/list_fragment.xml create mode 100644 app/src/main/res/layout/nav_header_main.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml new file mode 100644 index 0000000..4cc95a2 --- /dev/null +++ b/app/src/main/res/layout/activity_main.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/app_bar_main.xml b/app/src/main/res/layout/app_bar_main.xml new file mode 100644 index 0000000..d2e32b7 --- /dev/null +++ b/app/src/main/res/layout/app_bar_main.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml new file mode 100644 index 0000000..1107ca8 --- /dev/null +++ b/app/src/main/res/layout/content_main.xml @@ -0,0 +1,21 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/file_list_row.xml b/app/src/main/res/layout/file_list_row.xml new file mode 100644 index 0000000..fe6c34c --- /dev/null +++ b/app/src/main/res/layout/file_list_row.xml @@ -0,0 +1,40 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/image_list_item.xml b/app/src/main/res/layout/image_list_item.xml new file mode 100644 index 0000000..6c159a4 --- /dev/null +++ b/app/src/main/res/layout/image_list_item.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/list_fragment.xml b/app/src/main/res/layout/list_fragment.xml new file mode 100644 index 0000000..573c7ed --- /dev/null +++ b/app/src/main/res/layout/list_fragment.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml new file mode 100644 index 0000000..92ca611 --- /dev/null +++ b/app/src/main/res/layout/nav_header_main.xml @@ -0,0 +1,37 @@ + + + + + + + + + + -- cgit v1.2.3