summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug/res
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-08 12:45:47 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-12 10:58:19 +0100
commit2a7f99a25d71ddc4c38148ae1049d31333afd382 (patch)
tree2e5ba4355da9f78b86f1fc1a39e1d60375d765ad /android/app/src/debug/res
parent3b33f3f1bd5a137ed8b898c62e78a3745a7a9897 (diff)
downloadmullvadvpn-2a7f99a25d71ddc4c38148ae1049d31333afd382.tar.xz
mullvadvpn-2a7f99a25d71ddc4c38148ae1049d31333afd382.zip
Remove TestActivity since it is not needed
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>