From 697e1ba3c4cb0a96c4584f1553de368d46287ab7 Mon Sep 17 00:00:00 2001 From: dam Date: Tue, 30 Nov 2021 01:06:44 +0000 Subject: Initial commit. --- res/drawable-hdpi/ic_launcher.png | Bin 0 -> 6369 bytes res/drawable-mdpi/ic_launcher.png | Bin 0 -> 3108 bytes res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 9945 bytes res/drawable-xxhdpi/ic_launcher.png | Bin 0 -> 18410 bytes res/layout/activity_main.xml | 23 +++ res/layout/fragment_file_operations.xml | 31 ++++ res/layout/fragment_main_dummy.xml | 16 ++ res/layout/fragment_new_entry.xml | 216 +++++++++++++++++++++++++ res/layout/fragment_view_data.xml | 24 +++ res/layout/multiline_spinner_dropdown_item.xml | 28 ++++ res/layout/override_new_entry.xml | 95 +++++++++++ res/menu/main.xml | 9 ++ res/values-sw600dp/dimens.xml | 8 + res/values-sw720dp-land/dimens.xml | 9 ++ res/values-v11/styles.xml | 11 ++ res/values-v14/styles.xml | 12 ++ res/values/dimens.xml | 7 + res/values/strings.xml | 38 +++++ res/values/styles.xml | 20 +++ 19 files changed, 547 insertions(+) create mode 100755 res/drawable-hdpi/ic_launcher.png create mode 100755 res/drawable-mdpi/ic_launcher.png create mode 100755 res/drawable-xhdpi/ic_launcher.png create mode 100755 res/drawable-xxhdpi/ic_launcher.png create mode 100755 res/layout/activity_main.xml create mode 100755 res/layout/fragment_file_operations.xml create mode 100755 res/layout/fragment_main_dummy.xml create mode 100755 res/layout/fragment_new_entry.xml create mode 100755 res/layout/fragment_view_data.xml create mode 100755 res/layout/multiline_spinner_dropdown_item.xml create mode 100755 res/layout/override_new_entry.xml create mode 100755 res/menu/main.xml create mode 100755 res/values-sw600dp/dimens.xml create mode 100755 res/values-sw720dp-land/dimens.xml create mode 100755 res/values-v11/styles.xml create mode 100755 res/values-v14/styles.xml create mode 100755 res/values/dimens.xml create mode 100755 res/values/strings.xml create mode 100755 res/values/styles.xml (limited to 'res') diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100755 index 0000000..9ef6cfb Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100755 index 0000000..330d0a4 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100755 index 0000000..e6341a6 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100755 index 0000000..590a40f Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml new file mode 100755 index 0000000..6cfef6f --- /dev/null +++ b/res/layout/activity_main.xml @@ -0,0 +1,23 @@ + + + + + + + diff --git a/res/layout/fragment_file_operations.xml b/res/layout/fragment_file_operations.xml new file mode 100755 index 0000000..2703afb --- /dev/null +++ b/res/layout/fragment_file_operations.xml @@ -0,0 +1,31 @@ + + + + +