diff --git a/res/layout-land/appdetails.xml b/res/layout-land/appdetails.xml index 6015c2f4e..54f6d6a02 100644 --- a/res/layout-land/appdetails.xml +++ b/res/layout-land/appdetails.xml @@ -65,6 +65,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" /> 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 @@ + android:layout_height="fill_parent" + android:scrollbars="none" /> diff --git a/res/layout/applistitem.xml b/res/layout/applistitem.xml index 0165ad12f..295f996b5 100644 --- a/res/layout/applistitem.xml +++ b/res/layout/applistitem.xml @@ -14,6 +14,8 @@ android:scaleType="fitCenter" android:layout_width="50dp" android:layout_height="50dp" + android:layout_marginRight="2dp" + android:layout_marginEnd="2dp" android:padding="4dp"/> + android:paddingBottom="2dp" />