summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-09-06 10:37:12 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-09-09 09:53:24 +0200
commit7240e6313aacf18c5d989f151ec83fd2d0445a5e (patch)
tree350798a8597bf5ef23771d8b031301dfc56f75ff /android/src/main
parent2a478d7674c8754477d02dc8d221d7466e95702b (diff)
downloadmullvadvpn-7240e6313aacf18c5d989f151ec83fd2d0445a5e.tar.xz
mullvadvpn-7240e6313aacf18c5d989f151ec83fd2d0445a5e.zip
Adjust header alpha 0.6->0.8 on Android
Diffstat (limited to 'android/src/main')
-rw-r--r--android/src/main/res/drawable/icon_settings.xml2
-rw-r--r--android/src/main/res/layout/connect.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/drawable/icon_settings.xml b/android/src/main/res/drawable/icon_settings.xml
index 8c88a6d2b9..5bda5b640f 100644
--- a/android/src/main/res/drawable/icon_settings.xml
+++ b/android/src/main/res/drawable/icon_settings.xml
@@ -7,7 +7,7 @@
android:pathData="M21.2552,12C21.2552,12.408 21.2182,12.792 21.1688,13.176L23.7719,15.156C24.0063,15.336 24.068,15.66 23.9199,15.924L21.4526,20.076C21.3045,20.34 20.9838,20.448 20.7001,20.34L17.6282,19.14C16.9867,19.608 16.2959,20.016 15.5433,20.316L15.0745,23.496C15.0375,23.784 14.7785,24 14.4701,24L9.5354,24C9.227,24 8.9679,23.784 8.9309,23.496L8.4621,20.316C7.7096,20.016 7.0187,19.62 6.3772,19.14L3.3054,20.34C3.034,20.436 2.7009,20.34 2.5529,20.076L0.0855,15.924C-0.0625,15.66 -0.0008,15.336 0.2336,15.156L2.8366,13.176C2.7873,12.792 2.7502,12.396 2.7502,12C2.7502,11.604 2.7873,11.208 2.8366,10.824L0.2336,8.844C-0.0008,8.664 -0.0748,8.34 0.0855,8.076L2.5529,3.924C2.7009,3.66 3.0217,3.552 3.3054,3.66L6.3772,4.86C7.0187,4.392 7.7096,3.984 8.4621,3.684L8.9309,0.504C8.9679,0.216 9.227,0 9.5354,0L14.4701,0C14.7785,0 15.0375,0.216 15.0745,0.504L15.5433,3.684C16.2959,3.984 16.9867,4.38 17.6282,4.86L20.7001,3.66C20.9715,3.564 21.3046,3.66 21.4526,3.924L23.9199,8.076C24.068,8.34 24.0063,8.664 23.7719,8.844L21.1688,10.824C21.2182,11.208 21.2552,11.592 21.2552,12ZM12,17C14.7571,17 17,14.7571 17,12C17,9.2429 14.7571,7 12,7C9.2429,7 7,9.2429 7,12C7,14.7571 9.2429,17 12,17Z"
android:strokeWidth="1"
android:fillColor="#FFFFFF"
- android:fillAlpha="0.6"
+ android:fillAlpha="0.8"
android:fillType="evenOdd"
android:strokeColor="#00000000"/>
</vector>
diff --git a/android/src/main/res/layout/connect.xml b/android/src/main/res/layout/connect.xml
index 5c7849c23e..8b0629db43 100644
--- a/android/src/main/res/layout/connect.xml
+++ b/android/src/main/res/layout/connect.xml
@@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="8dp"
android:layout_marginVertical="12dp"
- android:textColor="@color/white60"
+ android:textColor="@color/white80"
android:textSize="24sp"
android:textStyle="bold"
android:text="@string/app_name"