diff options
| -rw-r--r-- | android/src/main/res/layout/connect.xml | 1 | ||||
| -rw-r--r-- | android/src/main/res/layout/out_of_time.xml | 1 | ||||
| -rw-r--r-- | android/src/main/res/layout/relay_list_item.xml | 1 | ||||
| -rw-r--r-- | android/src/main/res/layout/select_location.xml | 1 | ||||
| -rw-r--r-- | android/src/main/res/layout/welcome.xml | 1 |
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"> |
