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 --- .../res/drawable-hdpi/ic_launcher.png | Bin 0 -> 6369 bytes .../res/drawable-hdpi/ic_launcher.png.import | 35 ++++ .../res/drawable-mdpi/ic_launcher.png | Bin 0 -> 3108 bytes .../res/drawable-mdpi/ic_launcher.png.import | 35 ++++ .../res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 9945 bytes .../res/drawable-xhdpi/ic_launcher.png.import | 35 ++++ .../res/drawable-xxhdpi/ic_launcher.png | Bin 0 -> 18410 bytes .../res/drawable-xxhdpi/ic_launcher.png.import | 35 ++++ 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 +++++++++ old_native_project/res/menu/main.xml | 9 + old_native_project/res/values-sw600dp/dimens.xml | 8 + .../res/values-sw720dp-land/dimens.xml | 9 + old_native_project/res/values-v11/styles.xml | 11 ++ old_native_project/res/values-v14/styles.xml | 12 ++ old_native_project/res/values/dimens.xml | 7 + old_native_project/res/values/strings.xml | 38 ++++ old_native_project/res/values/styles.xml | 20 ++ 23 files changed, 687 insertions(+) create mode 100755 old_native_project/res/drawable-hdpi/ic_launcher.png create mode 100644 old_native_project/res/drawable-hdpi/ic_launcher.png.import create mode 100755 old_native_project/res/drawable-mdpi/ic_launcher.png create mode 100644 old_native_project/res/drawable-mdpi/ic_launcher.png.import create mode 100755 old_native_project/res/drawable-xhdpi/ic_launcher.png create mode 100644 old_native_project/res/drawable-xhdpi/ic_launcher.png.import create mode 100755 old_native_project/res/drawable-xxhdpi/ic_launcher.png create mode 100644 old_native_project/res/drawable-xxhdpi/ic_launcher.png.import 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 create mode 100755 old_native_project/res/menu/main.xml create mode 100755 old_native_project/res/values-sw600dp/dimens.xml create mode 100755 old_native_project/res/values-sw720dp-land/dimens.xml create mode 100755 old_native_project/res/values-v11/styles.xml create mode 100755 old_native_project/res/values-v14/styles.xml create mode 100755 old_native_project/res/values/dimens.xml create mode 100755 old_native_project/res/values/strings.xml create mode 100755 old_native_project/res/values/styles.xml (limited to 'old_native_project/res') diff --git a/old_native_project/res/drawable-hdpi/ic_launcher.png b/old_native_project/res/drawable-hdpi/ic_launcher.png new file mode 100755 index 0000000..9ef6cfb Binary files /dev/null and b/old_native_project/res/drawable-hdpi/ic_launcher.png differ diff --git a/old_native_project/res/drawable-hdpi/ic_launcher.png.import b/old_native_project/res/drawable-hdpi/ic_launcher.png.import new file mode 100644 index 0000000..fb44ccd --- /dev/null +++ b/old_native_project/res/drawable-hdpi/ic_launcher.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/ic_launcher.png-7b75c07f16537d4d1276f02b2da8f046.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://old_native_project/res/drawable-hdpi/ic_launcher.png" +dest_files=[ "res://.import/ic_launcher.png-7b75c07f16537d4d1276f02b2da8f046.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/old_native_project/res/drawable-mdpi/ic_launcher.png b/old_native_project/res/drawable-mdpi/ic_launcher.png new file mode 100755 index 0000000..330d0a4 Binary files /dev/null and b/old_native_project/res/drawable-mdpi/ic_launcher.png differ diff --git a/old_native_project/res/drawable-mdpi/ic_launcher.png.import b/old_native_project/res/drawable-mdpi/ic_launcher.png.import new file mode 100644 index 0000000..3e22a92 --- /dev/null +++ b/old_native_project/res/drawable-mdpi/ic_launcher.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/ic_launcher.png-60911ba4a7bacee1ef18c90549959e99.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://old_native_project/res/drawable-mdpi/ic_launcher.png" +dest_files=[ "res://.import/ic_launcher.png-60911ba4a7bacee1ef18c90549959e99.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/old_native_project/res/drawable-xhdpi/ic_launcher.png b/old_native_project/res/drawable-xhdpi/ic_launcher.png new file mode 100755 index 0000000..e6341a6 Binary files /dev/null and b/old_native_project/res/drawable-xhdpi/ic_launcher.png differ diff --git a/old_native_project/res/drawable-xhdpi/ic_launcher.png.import b/old_native_project/res/drawable-xhdpi/ic_launcher.png.import new file mode 100644 index 0000000..03ba604 --- /dev/null +++ b/old_native_project/res/drawable-xhdpi/ic_launcher.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/ic_launcher.png-392be394da50ded53954d6a34405ccd0.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://old_native_project/res/drawable-xhdpi/ic_launcher.png" +dest_files=[ "res://.import/ic_launcher.png-392be394da50ded53954d6a34405ccd0.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/old_native_project/res/drawable-xxhdpi/ic_launcher.png b/old_native_project/res/drawable-xxhdpi/ic_launcher.png new file mode 100755 index 0000000..590a40f Binary files /dev/null and b/old_native_project/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/old_native_project/res/drawable-xxhdpi/ic_launcher.png.import b/old_native_project/res/drawable-xxhdpi/ic_launcher.png.import new file mode 100644 index 0000000..562f414 --- /dev/null +++ b/old_native_project/res/drawable-xxhdpi/ic_launcher.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/ic_launcher.png-d4038f1f519c934c855a1e1587c8d21b.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://old_native_project/res/drawable-xxhdpi/ic_launcher.png" +dest_files=[ "res://.import/ic_launcher.png-d4038f1f519c934c855a1e1587c8d21b.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 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 @@ + + + + +