Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af80285a authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Decrease elevation for the reveal view.

> During the end of allApps animation, the shadow suddenly changes from 15dp to 0

Change-Id: I93bcf1220396b2bda3efea7febc2195ef556938b
parent 5f4e0fdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_gravity="center"
    android:elevation="15dp"
    android:elevation="2dp"
    android:visibility="invisible"
    android:focusable="false" />
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        android:elevation="15dp"
        android:elevation="2dp"
        android:focusable="false"
        android:visibility="invisible" />