diff options
Diffstat (limited to 'abs/core/linhes-theme/status-ui.xml.patch')
-rw-r--r-- | abs/core/linhes-theme/status-ui.xml.patch | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/abs/core/linhes-theme/status-ui.xml.patch b/abs/core/linhes-theme/status-ui.xml.patch index 400f14c..f50061e 100644 --- a/abs/core/linhes-theme/status-ui.xml.patch +++ b/abs/core/linhes-theme/status-ui.xml.patch @@ -1,29 +1,33 @@ ---- status-ui.xml.orig 2018-01-03 21:51:16.028700351 +0000 -+++ status-ui.xml 2018-01-03 21:21:37.423911248 +0000 -@@ -170,100 +170,140 @@ +--- status-ui.xml.orig 2018-06-01 18:03:53.259163788 +0000 ++++ status-ui.xml 2018-06-01 18:02:26.000483611 +0000 +@@ -170,100 +170,152 @@ </window> <window name="standbymode"> - <area>-1,-1,568,320</area> + <area>0,0,1280,720</area> -- <animation trigger="AboutToShow"> + <animation trigger="AboutToShow"> - <section> - <alpha start="0" end="255" easingcurve="OutQuart"/> - <zoom start="0" end="100" easingcurve="OutQuart"/> -- </section> -- </animation> -- -- <animation trigger="AboutToHide"> -- <section> ++ <section duration="400"> ++ <alpha start="0" end="255" easingcurve="InQuart"/> + </section> + </animation> + + <animation trigger="AboutToHide"> + <section> - <alpha start="255" end="0" easingcurve="InQuart"/> - <zoom start="100" end="0" easingcurve="InQuart"/> -- </section> -- </animation> ++ <alpha start="255" end="0" easingcurve="OutQuart"/> + </section> + </animation> + + <textarea name="heading" from="base_heading"> + <value>Standby</value> + </textarea> - ++ <shape name="standbymode-backdrop" from="base_backdrop"> - <area>0,0,568,320</area> + <area>20,36,1240,649</area> |