diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-01-23 22:58:04 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-01-23 22:58:04 +0000 |
commit | 591bb6b492edbfcb868ef690c8fc622a5ca2f58e (patch) | |
tree | b6a17353aa84e96e89e743770ba3824099f884d4 /res/anim | |
parent | 63e1cb8f84d9530066caa4b2bf98a4b691ff830c (diff) | |
download | southamptonuniversitymap-591bb6b492edbfcb868ef690c8fc622a5ca2f58e.tar southamptonuniversitymap-591bb6b492edbfcb868ef690c8fc622a5ca2f58e.tar.gz |
Refactored BusTimeActivity to BusStopActivity, Fixed issue with Timetables, and Activity rotation. Also added some basic effects to the stop list.
Diffstat (limited to 'res/anim')
-rw-r--r-- | res/anim/updated_stop_view.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/anim/updated_stop_view.xml b/res/anim/updated_stop_view.xml new file mode 100644 index 0000000..eab6853 --- /dev/null +++ b/res/anim/updated_stop_view.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<set xmlns:android="http://schemas.android.com/apk/res/android" + android:interpolator="@android:anim/accelerate_interpolator" + android:shareInterpolator="true" > + + <alpha + xmlns:android="http://schemas.android.com/apk/res/android" + android:duration="1000" + android:fromAlpha="0.0" + android:toAlpha="1" /> + +</set>
\ No newline at end of file |