aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/wiz_features.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/wiz_features.xml')
-rw-r--r--res/layout/wiz_features.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/res/layout/wiz_features.xml b/res/layout/wiz_features.xml
index b6e07b1..cfda82a 100644
--- a/res/layout/wiz_features.xml
+++ b/res/layout/wiz_features.xml
@@ -16,14 +16,20 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
-<LinearLayout
+<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ >
+
+<LinearLayout
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dip"
>
-
+
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -66,3 +72,5 @@
/>
</LinearLayout>
+
+</ScrollView> \ No newline at end of file