Changed app icon paddings into margins to fit 48x48dp exactly
This commit is contained in:
parent
f7b3e0b81c
commit
2ec7cb3e8d
@ -13,10 +13,10 @@
|
|||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:layout_width="48dp"
|
android:layout_width="48dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:paddingTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:paddingBottom="4dp"
|
android:layout_marginBottom="4dp"
|
||||||
android:paddingRight="6dp"
|
android:layout_marginRight="6dp"
|
||||||
android:paddingLeft="2dp"
|
android:layout_marginLeft="2dp"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<LinearLayout android:id="@+id/status_icons"
|
<LinearLayout android:id="@+id/status_icons"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user