* #34699: add tls screen settings
diff --git a/res/animator/slidein_up.xml b/res/animator/slidein_up.xml
new file mode 100644
index 0000000..220ba53
--- /dev/null
+++ b/res/animator/slidein_up.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
+    android:duration="500"
+    android:propertyName="y"
+    android:valueFrom="2000"
+    android:valueTo="0"
+    android:interpolator="@android:anim/overshoot_interpolator"
+    android:valueType="floatType" />
\ No newline at end of file