summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/layout
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-06-11 15:48:35 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-06-17 10:14:36 +0000
commit72ed08ba1ae257900ecd97f74a8d6c49d4470b7e (patch)
treec74c6004e828bf1fb90957a3537d44f46b3ea830 /android/src/main/res/layout
parent17f4496def494a13e446a1f5661dd8977cad29bd (diff)
downloadmullvadvpn-72ed08ba1ae257900ecd97f74a8d6c49d4470b7e.tar.xz
mullvadvpn-72ed08ba1ae257900ecd97f74a8d6c49d4470b7e.zip
Animate Account screen transitions
Diffstat (limited to 'android/src/main/res/layout')
-rw-r--r--android/src/main/res/layout/account.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/account.xml b/android/src/main/res/layout/account.xml
index 9424a428b5..69d9c7a896 100644
--- a/android/src/main/res/layout/account.xml
+++ b/android/src/main/res/layout/account.xml
@@ -5,7 +5,7 @@
android:background="@color/darkBlue"
android:orientation="vertical"
android:gravity="left"
- android:elevation="1dp"
+ android:elevation="2dp"
>
<LinearLayout
android:layout_width="match_parent"