AppList icons back to 40dp, AppDetails icons to real 48dp
This commit is contained in:
parent
0aeec1d2bb
commit
a2b939d1fc
@ -16,11 +16,11 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/icon"
|
android:id="@+id/icon"
|
||||||
android:layout_width="50dp"
|
android:layout_width="48dp"
|
||||||
android:layout_height="50dp"
|
android:layout_height="48dp"
|
||||||
android:cropToPadding="true"
|
android:cropToPadding="true"
|
||||||
android:padding="4dp"
|
android:layout_marginLeft="2dp"
|
||||||
android:layout_marginRight="3dp"
|
android:layout_marginRight="6dp"
|
||||||
android:scaleType="fitCenter" />
|
android:scaleType="fitCenter" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
<ImageView android:id="@+id/icon"
|
<ImageView android:id="@+id/icon"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:layout_width="48dp"
|
android:layout_width="40dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="40dp"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:layout_marginBottom="4dp"
|
android:layout_marginBottom="4dp"
|
||||||
android:layout_marginRight="6dp"
|
android:layout_marginRight="6dp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user