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, 0 insertions, 13 deletions
diff --git a/android/app/src/debug/res/layout/activity_test.xml b/android/app/src/debug/res/layout/activity_test.xml
deleted file mode 100644
index 18f7eafef6..0000000000
--- a/android/app/src/debug/res/layout/activity_test.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>