diff --git a/res/layout/appdetails.xml b/res/layout/appdetails.xml index cf9c04155..8e22961f5 100644 --- a/res/layout/appdetails.xml +++ b/res/layout/appdetails.xml @@ -2,9 +2,7 @@ @@ -19,7 +17,6 @@ android:layout_width="48dp" android:layout_height="48dp" android:cropToPadding="true" - android:layout_marginLeft="2dp" android:layout_marginRight="6dp" android:scaleType="fitCenter" /> diff --git a/res/layout/appinfo.xml b/res/layout/appinfo.xml index 6b7428ad7..5c96a9a9b 100644 --- a/res/layout/appinfo.xml +++ b/res/layout/appinfo.xml @@ -2,10 +2,10 @@ diff --git a/res/layout/applistitem.xml b/res/layout/applistitem.xml index 33f1d8003..8b4e56b31 100644 --- a/res/layout/applistitem.xml +++ b/res/layout/applistitem.xml @@ -1,85 +1,92 @@ + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:paddingTop="6dp" + android:paddingBottom="6dp" + android:baselineAligned="false" > - - - + - + - + - + - + - + - + - + + + + + diff --git a/res/layout/fdroid.xml b/res/layout/fdroid.xml index 9880ed10e..fe0687322 100644 --- a/res/layout/fdroid.xml +++ b/res/layout/fdroid.xml @@ -3,8 +3,6 @@ android:id="@+id/fdroid_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:paddingLeft="2dp" - android:paddingRight="2dp" android:baselineAligned="false" android:orientation="vertical">