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

Commit 9924e130 authored by Chris Wren's avatar Chris Wren
Browse files

improvements to heads up interface

remove shadow
quick hack to open shade from HUN
over status bar instead of under and below it
dismiss by pushing up
tablets: shadow remains on left, right, and bottom

Bug: 13208692
Change-Id: Ie3abb762fb1388be68353c7e3111fe4708ab8110
parent e5f98941
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
        >
    <scale
        android:interpolator="@android:interpolator/accelerate_quad"
        android:fromXScale="1.0" android:toXScale="0.7"
        android:fromYScale="1.0" android:toYScale="0.7"
        android:pivotX="50%" android:pivotY="50%"
    <translate
            android:interpolator="@android:interpolator/overshoot"
            android:fromYDelta="0" android:toYDelta="-50%"
            android:duration="@android:integer/config_shortAnimTime" />
    <alpha
        android:interpolator="@android:interpolator/accelerate_quad"
−779 B
Loading image diff...
−500 B
Loading image diff...
−835 B (1.36 KiB)
Loading image diff...
−821 B (1.18 KiB)
Loading image diff...
Loading