summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/main/res
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson90@gmail.com>2023-12-14 16:42:30 +0100
committerAlbin <albin@mullvad.net>2023-12-14 16:54:21 +0100
commitfaf0c0af6419bec8ef610d20cd2c3dd5267394cc (patch)
treea44ee3bfd59efa48a0ef1ff64889651b8177c6c0 /android/app/src/main/res
parent435d437f344d484270c1ce55d9f65985287bfac8 (diff)
downloadmullvadvpn-faf0c0af6419bec8ef610d20cd2c3dd5267394cc.tar.xz
mullvadvpn-faf0c0af6419bec8ef610d20cd2c3dd5267394cc.zip
Remove old fragment navigation
Diffstat (limited to 'android/app/src/main/res')
-rw-r--r--android/app/src/main/res/layout/fragment_compose.xml9
-rw-r--r--android/app/src/main/res/layout/main.xml10
2 files changed, 0 insertions, 19 deletions
diff --git a/android/app/src/main/res/layout/fragment_compose.xml b/android/app/src/main/res/layout/fragment_compose.xml
deleted file mode 100644
index a3a147d997..0000000000
--- a/android/app/src/main/res/layout/fragment_compose.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <androidx.compose.ui.platform.ComposeView android:id="@+id/compose_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-</FrameLayout>
diff --git a/android/app/src/main/res/layout/main.xml b/android/app/src/main/res/layout/main.xml
deleted file mode 100644
index 8e7356e766..0000000000
--- a/android/app/src/main/res/layout/main.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:filterTouchesWhenObscured="true">
- <!-- this component added to be able show compose dialog -->
- <androidx.compose.ui.platform.ComposeView android:id="@+id/compose_view"
- android:layout_width="match_parent"
- android:layout_height="@dimen/zero_size" />
-</FrameLayout>