summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug/res
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/debug/res')
-rw-r--r--android/app/src/debug/res/layout/activity_test.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/android/app/src/debug/res/layout/activity_test.xml b/android/app/src/debug/res/layout/activity_test.xml
new file mode 100644
index 0000000000..18f7eafef6
--- /dev/null
+++ b/android/app/src/debug/res/layout/activity_test.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.constraintlayout.widget.ConstraintLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context=".TestActivity">
+ <WebView
+ android:id="@+id/webview"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+</androidx.constraintlayout.widget.ConstraintLayout>