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

Commit d37c80a8 authored by Danesh M's avatar Danesh M
Browse files

SystemUI : Add screen timeout tile

Change-Id: If4f9e86ea25f92f435fd1d443cbe0b23ef4c1fb4
parent e799f3d7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"

android:duration="250"
android:propertyName="rotation"
android:valueFrom="-180"
android:valueTo="-90"/>
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"

android:duration="400"
android:propertyName="rotation"
android:valueFrom="-180"
android:valueTo="0"/>
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"

android:duration="400"
android:propertyName="rotation"
android:valueFrom="-90"
android:valueTo="0"/>
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"

android:duration="250"
android:propertyName="rotation"
android:valueFrom="-90"
android:valueTo="0"/>
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"

android:duration="400"
android:propertyName="rotation"
android:valueFrom="0"
android:valueTo="-180"/>
 No newline at end of file
Loading