summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-15 01:57:12 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-18 13:13:31 +0000
commit50fab1ff20d518127921e2bca24a7f68ee51fc49 (patch)
treebe33f9d68cd7d23fc15808005fcbe45d89e8e274 /android/src
parent458a2a99467a70fc058ab69ac1b1b96b14bd664e (diff)
downloadmullvadvpn-50fab1ff20d518127921e2bca24a7f68ee51fc49.tar.xz
mullvadvpn-50fab1ff20d518127921e2bca24a7f68ee51fc49.zip
Tweak Select Location description text color
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/select_location_header.xml2
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"