diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-15 14:19:31 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-18 14:32:17 +0000 |
| commit | a7c9cbd4de0791221e48b305605d8c6f9e0baf3f (patch) | |
| tree | aa7203eea6d986cc406bab7a043e447a1a8dba60 /android/src | |
| parent | af07c6d1ca79ec7215f87448228db7e03ae82e7c (diff) | |
| download | mullvadvpn-a7c9cbd4de0791221e48b305605d8c6f9e0baf3f.tar.xz mullvadvpn-a7c9cbd4de0791221e48b305605d8c6f9e0baf3f.zip | |
Tweak Redeem Voucher dialog
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/redeem_voucher.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/layout/redeem_voucher.xml b/android/src/main/res/layout/redeem_voucher.xml index aa0b360aa8..eedd22ac11 100644 --- a/android/src/main/res/layout/redeem_voucher.xml +++ b/android/src/main/res/layout/redeem_voucher.xml @@ -13,8 +13,8 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" - android:layout_marginBottom="12dp" - android:textColor="@color/white80" + android:layout_marginBottom="9dp" + android:textColor="@color/white" android:textSize="@dimen/text_medium" android:text="@string/enter_voucher_code" /> <EditText android:id="@+id/voucher_code" |
