summaryrefslogtreecommitdiff
path: root/platform/android/java/lib/res
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuyakou@gmail.com>2020-06-15 00:46:13 -0700
committerFredia Huya-Kouadio <fhuyakou@gmail.com>2020-06-25 19:52:40 -0700
commit175d43738ac58afcf2d0531177eefeb260c4f296 (patch)
treee0ba015ce108a5fa239688bfd4923c2a93e78f59 /platform/android/java/lib/res
parent23f7f86914da0ee1423d49db7e549a5f50fb3cdc (diff)
Enable the ability to use Godot as a subview within an Android app
Diffstat (limited to 'platform/android/java/lib/res')
-rw-r--r--platform/android/java/lib/res/layout/godot_app_layout.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/java/lib/res/layout/godot_app_layout.xml b/platform/android/java/lib/res/layout/godot_app_layout.xml
new file mode 100644
index 0000000000..386ded1c5d
--- /dev/null
+++ b/platform/android/java/lib/res/layout/godot_app_layout.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/godot_fragment_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />