diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-10-03 12:45:55 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-10-05 13:03:29 +0000 |
| commit | 63af1cf84f93d009ef4c87eca69aa3d5b5aa952d (patch) | |
| tree | 76d3b576b1571ddaad3667b9875d5663f1b077fa /android/src/main/res/layout | |
| parent | 1def968c60ca64e141bf620335e9662463649192 (diff) | |
| download | mullvadvpn-63af1cf84f93d009ef4c87eca69aa3d5b5aa952d.tar.xz mullvadvpn-63af1cf84f93d009ef4c87eca69aa3d5b5aa952d.zip | |
Change payment button ID and rename properties
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/payment_buttons.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/payment_buttons.xml b/android/src/main/res/layout/payment_buttons.xml index f7a66cdcd2..c617bb1571 100644 --- a/android/src/main/res/layout/payment_buttons.xml +++ b/android/src/main/res/layout/payment_buttons.xml @@ -1,6 +1,6 @@ <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:mullvad="http://schemas.android.com/apk/res-auto"> - <net.mullvad.mullvadvpn.ui.widget.SitePaymentButton android:id="@+id/buy_credit" + <net.mullvad.mullvadvpn.ui.widget.SitePaymentButton android:id="@+id/site_payment" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="@dimen/side_margin" |
