aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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