diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-03-30 20:28:16 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-04-27 16:21:51 +0000 |
| commit | dd104e1661fe4f7d0c96b882e33010feb3b235db (patch) | |
| tree | dc356c0ee08ee97183cd00e1edcb43aba70c9989 /android | |
| parent | 65cbd62c637ea83bfce6a85affa63615f7459069 (diff) | |
| download | mullvadvpn-dd104e1661fe4f7d0c96b882e33010feb3b235db.tar.xz mullvadvpn-dd104e1661fe4f7d0c96b882e33010feb3b235db.zip | |
Change style of WireGuard key valid text
Diffstat (limited to 'android')
| -rw-r--r-- | android/src/main/res/layout/wireguard_key.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/android/src/main/res/layout/wireguard_key.xml b/android/src/main/res/layout/wireguard_key.xml index 07cfc72ec7..701ad24b1b 100644 --- a/android/src/main/res/layout/wireguard_key.xml +++ b/android/src/main/res/layout/wireguard_key.xml @@ -81,9 +81,10 @@ <TextView android:id="@+id/wireguard_key_status" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:paddingBottom="5dp" + android:paddingHorizontal="24dp" + android:paddingVertical="12dp" android:textColor="@color/red" - android:textSize="20sp" + android:textSize="13sp" android:textStyle="bold" android:visibility="gone" /> <Space android:layout_width="match_parent" |
