diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-02-25 15:23:17 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-09-21 15:28:41 +0000 |
| commit | 06056c5319aa3aa2111073519f636fe4343db7ab (patch) | |
| tree | 50cb8060a30aa6d66b7333425cecb4dfe38257fc /android/src | |
| parent | b04aa67ac4fd36eab0c7a6c86698306b9f1b4456 (diff) | |
| download | mullvadvpn-06056c5319aa3aa2111073519f636fe4343db7ab.tar.xz mullvadvpn-06056c5319aa3aa2111073519f636fe4343db7ab.zip | |
Change layout of account history entry
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/account_history_entry.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/android/src/main/res/layout/account_history_entry.xml b/android/src/main/res/layout/account_history_entry.xml index 26375a5a41..eb5044bcf7 100644 --- a/android/src/main/res/layout/account_history_entry.xml +++ b/android/src/main/res/layout/account_history_entry.xml @@ -3,10 +3,11 @@ android:layout_height="@dimen/account_history_entry_height" android:orientation="vertical"> <TextView android:id="@+id/account_history_entry_text_view" - android:layout_width="fill_parent" - android:layout_height="wrap_content" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:paddingHorizontal="12dp" + android:gravity="center_vertical" android:textColor="@color/blue" - android:padding="10dip" android:textSize="@dimen/text_medium_plus" android:textStyle="bold" /> </LinearLayout> |
