summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-06-03 17:39:13 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-06-04 14:00:08 +0000
commitf81ca488d10aae5e29bc3c3559aed0b354033fec (patch)
tree69fb8bf473b9e9f674aad0018554d2fb1b6144e8 /android/src/main
parent7c0b5a497a8075bd290612d6a4bb0a3d460ac7ab (diff)
downloadmullvadvpn-f81ca488d10aae5e29bc3c3559aed0b354033fec.tar.xz
mullvadvpn-f81ca488d10aae5e29bc3c3559aed0b354033fec.zip
Remove incorrect ID in some layouts
Diffstat (limited to 'android/src/main')
-rw-r--r--android/src/main/res/layout/connect.xml1
-rw-r--r--android/src/main/res/layout/out_of_time.xml1
-rw-r--r--android/src/main/res/layout/relay_list_item.xml1
-rw-r--r--android/src/main/res/layout/select_location.xml1
-rw-r--r--android/src/main/res/layout/welcome.xml1
5 files changed, 0 insertions, 5 deletions
diff --git a/android/src/main/res/layout/connect.xml b/android/src/main/res/layout/connect.xml
index 46b4283157..c1daa9f950 100644
--- a/android/src/main/res/layout/connect.xml
+++ b/android/src/main/res/layout/connect.xml
@@ -1,5 +1,4 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout android:id="@+id/header_bar"
diff --git a/android/src/main/res/layout/out_of_time.xml b/android/src/main/res/layout/out_of_time.xml
index f1ae5b06a6..604b9674fd 100644
--- a/android/src/main/res/layout/out_of_time.xml
+++ b/android/src/main/res/layout/out_of_time.xml
@@ -1,6 +1,5 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mullvad="http://schemas.android.com/apk/res-auto"
- android:id="@+id/main_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
diff --git a/android/src/main/res/layout/relay_list_item.xml b/android/src/main/res/layout/relay_list_item.xml
index 35fc39e1d9..1d8d95642b 100644
--- a/android/src/main/res/layout/relay_list_item.xml
+++ b/android/src/main/res/layout/relay_list_item.xml
@@ -1,5 +1,4 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/country_row_padding"
diff --git a/android/src/main/res/layout/select_location.xml b/android/src/main/res/layout/select_location.xml
index 5bb1ef7d14..50c1d10643 100644
--- a/android/src/main/res/layout/select_location.xml
+++ b/android/src/main/res/layout/select_location.xml
@@ -1,5 +1,4 @@
<LinearLayout 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:background="@color/darkBlue"
diff --git a/android/src/main/res/layout/welcome.xml b/android/src/main/res/layout/welcome.xml
index 34fe031622..b3387051a5 100644
--- a/android/src/main/res/layout/welcome.xml
+++ b/android/src/main/res/layout/welcome.xml
@@ -1,6 +1,5 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mullvad="http://schemas.android.com/apk/res-auto"
- android:id="@+id/main_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">