diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-09-04 17:47:31 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-09-21 15:28:41 +0000 |
| commit | b04aa67ac4fd36eab0c7a6c86698306b9f1b4456 (patch) | |
| tree | 50533565b86a3e1cac09f079fee7697a935f88df /android/src | |
| parent | b72167029105770de06e8b3b2943b1a416df5d9e (diff) | |
| download | mullvadvpn-b04aa67ac4fd36eab0c7a6c86698306b9f1b4456.tar.xz mullvadvpn-b04aa67ac4fd36eab0c7a6c86698306b9f1b4456.zip | |
Change text size in account history entry
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/account_history_entry.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/account_history_entry.xml b/android/src/main/res/layout/account_history_entry.xml index 119bc2c7cd..26375a5a41 100644 --- a/android/src/main/res/layout/account_history_entry.xml +++ b/android/src/main/res/layout/account_history_entry.xml @@ -7,6 +7,6 @@ android:layout_height="wrap_content" android:textColor="@color/blue" android:padding="10dip" - android:textSize="@dimen/text_medium" + android:textSize="@dimen/text_medium_plus" android:textStyle="bold" /> </LinearLayout> |
