From 2e5c0de21b0f35531e3d42e63c27df80cf3fad02 Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 1 Dec 2021 02:26:44 +0000 Subject: Convert from native to godot --- old_native_project/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 +++++++++ 7 files changed, 433 insertions(+) create mode 100755 old_native_project/res/layout/activity_main.xml create mode 100755 old_native_project/res/layout/fragment_file_operations.xml create mode 100755 old_native_project/res/layout/fragment_main_dummy.xml create mode 100755 old_native_project/res/layout/fragment_new_entry.xml create mode 100755 old_native_project/res/layout/fragment_view_data.xml create mode 100755 old_native_project/res/layout/multiline_spinner_dropdown_item.xml create mode 100755 old_native_project/res/layout/override_new_entry.xml (limited to 'old_native_project/res/layout') diff --git a/old_native_project/res/layout/activity_main.xml b/old_native_project/res/layout/activity_main.xml new file mode 100755 index 0000000..6cfef6f --- /dev/null +++ b/old_native_project/res/layout/activity_main.xml @@ -0,0 +1,23 @@ + + + + + + + diff --git a/old_native_project/res/layout/fragment_file_operations.xml b/old_native_project/res/layout/fragment_file_operations.xml new file mode 100755 index 0000000..2703afb --- /dev/null +++ b/old_native_project/res/layout/fragment_file_operations.xml @@ -0,0 +1,31 @@ + + + + +