aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-01-23 22:58:04 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-01-23 22:58:04 +0000
commit591bb6b492edbfcb868ef690c8fc622a5ca2f58e (patch)
treeb6a17353aa84e96e89e743770ba3824099f884d4 /res
parent63e1cb8f84d9530066caa4b2bf98a4b691ff830c (diff)
downloadsouthamptonuniversitymap-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')
-rw-r--r--res/anim/updated_stop_view.xml12
-rw-r--r--res/layout/view_child_row.xml2
-rw-r--r--res/layout/view_group_row.xml2
3 files changed, 14 insertions, 2 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
diff --git a/res/layout/view_child_row.xml b/res/layout/view_child_row.xml
index d1ac7f3..081a600 100644
--- a/res/layout/view_child_row.xml
+++ b/res/layout/view_child_row.xml
@@ -11,7 +11,7 @@
android:layout_height="wrap_content"
android:focusable="false"
android:paddingLeft="50dp"
- android:textSize="25dp" />
+ android:textSize="17dp" />
<CheckBox
android:id="@+id/check1"
diff --git a/res/layout/view_group_row.xml b/res/layout/view_group_row.xml
index 7b5989a..cdfc740 100644
--- a/res/layout/view_group_row.xml
+++ b/res/layout/view_group_row.xml
@@ -11,6 +11,6 @@
android:paddingBottom="5dp"
android:paddingLeft="50dp"
android:paddingTop="5dp"
- android:textSize="28dp" />
+ android:textSize="18dp" />
</LinearLayout> \ No newline at end of file