diff options
| -rw-r--r-- | android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt | 2 | ||||
| -rw-r--r-- | android/src/main/res/layout/account_history_entry.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt index 131d9c0c65..ac17ce7956 100644 --- a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt +++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt @@ -147,7 +147,7 @@ class AccountLogin : RelativeLayout { ArrayAdapter( context, R.layout.account_history_entry, - R.id.account_history_entry_text_view, + R.id.label, history ) ) diff --git a/android/src/main/res/layout/account_history_entry.xml b/android/src/main/res/layout/account_history_entry.xml index 440cce957d..d168bc6cc1 100644 --- a/android/src/main/res/layout/account_history_entry.xml +++ b/android/src/main/res/layout/account_history_entry.xml @@ -2,7 +2,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/account_history_entry_height" android:orientation="vertical"> - <TextView android:id="@+id/account_history_entry_text_view" + <TextView android:id="@+id/label" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/account_history_entry_background" |
