diff --git a/res/layout-land/appdetails.xml b/res/layout-land/appdetails.xml
index 6015c2f4e..bb59f6b54 100644
--- a/res/layout-land/appdetails.xml
+++ b/res/layout-land/appdetails.xml
@@ -7,7 +7,8 @@
     <ScrollView
         android:layout_width="wrap_content"
         android:layout_height="fill_parent"
-        android:layout_weight="0.5" >
+        android:layout_weight="0.5"
+        android:scrollbars="none" >
 
         <LinearLayout
             android:id="@+id/landleft"
@@ -65,6 +66,7 @@
         android:id="@android:id/list"
         android:layout_width="wrap_content"
         android:layout_height="fill_parent"
-        android:layout_weight="0.5" />
+        android:layout_weight="0.5"
+        android:scrollbars="none" />
 
 </LinearLayout>
diff --git a/res/layout/appdetails.xml b/res/layout/appdetails.xml
index c2f39dc4f..2d6cdd7dd 100644
--- a/res/layout/appdetails.xml
+++ b/res/layout/appdetails.xml
@@ -62,6 +62,7 @@
     <ListView
         android:id="@android:id/list"
         android:layout_width="fill_parent"
-        android:layout_height="fill_parent" />
+        android:layout_height="fill_parent"
+        android:scrollbars="none" />
 
 </LinearLayout>