diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-06-03 17:39:13 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-06-04 14:00:08 +0000 |
| commit | f81ca488d10aae5e29bc3c3559aed0b354033fec (patch) | |
| tree | 69fb8bf473b9e9f674aad0018554d2fb1b6144e8 | |
| parent | 7c0b5a497a8075bd290612d6a4bb0a3d460ac7ab (diff) | |
| download | mullvadvpn-f81ca488d10aae5e29bc3c3559aed0b354033fec.tar.xz mullvadvpn-f81ca488d10aae5e29bc3c3559aed0b354033fec.zip | |
Remove incorrect ID in some layouts
| -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"> |
