diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-03-18 20:24:06 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-03-19 16:04:35 +0000 |
| commit | 4ce678fb31bdd5db80a00da6df270d3f2cf2b02b (patch) | |
| tree | 547ba7a042328349c510a7b563cdf9e2dbde81c1 /android/src/main/res | |
| parent | 2b4ad2bb32eb4c645f545b753c2ca024cc2a7c75 (diff) | |
| download | mullvadvpn-4ce678fb31bdd5db80a00da6df270d3f2cf2b02b.tar.xz mullvadvpn-4ce678fb31bdd5db80a00da6df270d3f2cf2b02b.zip | |
Animate notification banner
Diffstat (limited to 'android/src/main/res')
| -rw-r--r-- | android/src/main/res/layout/connect.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/src/main/res/layout/connect.xml b/android/src/main/res/layout/connect.xml index 19f9cb177e..d35679aba4 100644 --- a/android/src/main/res/layout/connect.xml +++ b/android/src/main/res/layout/connect.xml @@ -13,6 +13,7 @@ android:gravity="center_vertical" android:padding="12dp" android:background="@color/red" + android:elevation="0.5dp" > <ImageView android:layout_width="49dp" @@ -38,7 +39,7 @@ android:background="@color/darkBlue" android:orientation="horizontal" android:gravity="center" - android:visibility="gone" + android:visibility="invisible" > <ImageView android:layout_width="wrap_content" |
