summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/layout
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-15 11:02:48 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-18 17:03:54 +0000
commit6b721524bb91e4078d725b4a23aaa6e9e3ac91c2 (patch)
tree5f4536ed9cdc7ee631249f94f2097ee46a861636 /android/src/main/res/layout
parent7a88f1d0f6b938a2a1782187dfd0da93c61578f1 (diff)
downloadmullvadvpn-6b721524bb91e4078d725b4a23aaa6e9e3ac91c2.tar.xz
mullvadvpn-6b721524bb91e4078d725b4a23aaa6e9e3ac91c2.zip
Animate "Select location" screen transition
Diffstat (limited to 'android/src/main/res/layout')
-rw-r--r--android/src/main/res/layout/select_location.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/res/layout/select_location.xml b/android/src/main/res/layout/select_location.xml
index 2f3af769b2..0835c36dc3 100644
--- a/android/src/main/res/layout/select_location.xml
+++ b/android/src/main/res/layout/select_location.xml
@@ -6,6 +6,7 @@
android:background="@color/darkBlue"
android:orientation="vertical"
android:gravity="left"
+ android:elevation="1dp"
>
<ImageButton android:id="@+id/close"
android:layout_width="wrap_content"