aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2012-02-06 16:09:51 -0800
committerAndy Doan <andy.doan@linaro.org>2012-02-06 16:11:08 -0800
commitd8cd0a5dcf9ea6e41110d62f47ce2c0dc195a35d (patch)
tree003319cc7caae593621dfb8e79332a856aea7902
parent58e099fb84259009ef043e6218442c2974bf9114 (diff)
downloadLinaroConnect-d8cd0a5dcf9ea6e41110d62f47ce2c0dc195a35d.tar.gz
long meeting descriptions aren't scrollable
from lp bug: https://bugs.launchpad.net/linaro-android-connect/+bug/927968 Signed-off-by: Andy Doan <andy.doan@linaro.org>
-rw-r--r--res/layout/schedule_item_activity.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/schedule_item_activity.xml b/res/layout/schedule_item_activity.xml
index 29134a1..0e747e4 100644
--- a/res/layout/schedule_item_activity.xml
+++ b/res/layout/schedule_item_activity.xml
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
@@ -60,3 +63,4 @@
android:layout_marginTop="15px"
android:text="@string/schedule_item_add"/>
</LinearLayout>
+</ScrollView> \ No newline at end of file