diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-15 01:57:12 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-18 13:13:31 +0000 |
| commit | 50fab1ff20d518127921e2bca24a7f68ee51fc49 (patch) | |
| tree | be33f9d68cd7d23fc15808005fcbe45d89e8e274 /android | |
| parent | 458a2a99467a70fc058ab69ac1b1b96b14bd664e (diff) | |
| download | mullvadvpn-50fab1ff20d518127921e2bca24a7f68ee51fc49.tar.xz mullvadvpn-50fab1ff20d518127921e2bca24a7f68ee51fc49.zip | |
Tweak Select Location description text color
Diffstat (limited to 'android')
| -rw-r--r-- | android/src/main/res/layout/select_location_header.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/select_location_header.xml b/android/src/main/res/layout/select_location_header.xml index 394196ef87..88a95f4e97 100644 --- a/android/src/main/res/layout/select_location_header.xml +++ b/android/src/main/res/layout/select_location_header.xml @@ -16,7 +16,7 @@ android:layout_weight="0" android:layout_marginHorizontal="@dimen/side_margin" android:layout_marginBottom="@dimen/vertical_space" - android:textColor="@color/white60" + android:textColor="@color/white80" android:textSize="@dimen/text_small" android:text="@string/select_location_description" /> <ProgressBar android:id="@+id/loading_spinner" |
