aboutsummaryrefslogtreecommitdiffstats
path: root/res/anim/slide_left_out.xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-08-27 11:09:26 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-08-27 11:09:26 +0000
commite1482eed72d4ffa75c30bb60db45db59b7c8f56a (patch)
tree49da25fa48b79b295f2f3945921da8a6dfb63c75 /res/anim/slide_left_out.xml
parent3dd2329327b15e7d4cd80c6e014a51eda5884983 (diff)
downloadconnectbot-e1482eed72d4ffa75c30bb60db45db59b7c8f56a.tar.gz
connectbot-e1482eed72d4ffa75c30bb60db45db59b7c8f56a.tar.bz2
connectbot-e1482eed72d4ffa75c30bb60db45db59b7c8f56a.zip
added animations and newer layouts
Diffstat (limited to 'res/anim/slide_left_out.xml')
-rw-r--r--res/anim/slide_left_out.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/anim/slide_left_out.xml b/res/anim/slide_left_out.xml
new file mode 100644
index 0000000..e0e4285
--- /dev/null
+++ b/res/anim/slide_left_out.xml
@@ -0,0 +1,4 @@
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <translate android:fromXDelta="0" android:toXDelta="-100%p" android:duration="300"/>
+ <!-- <alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="300" /> -->
+</set>