Fix padding in global actions list item
Re-align the icon edges with the expected amount of padding in the long-press power dialog. Change-Id: I0d2f86447e635d5c339b07c261716e12670dc06d
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:orientation="horizontal"
|
||||
|
||||
android:paddingStart="16dip"
|
||||
android:paddingStart="8dip"
|
||||
android:paddingTop="6dip"
|
||||
android:paddingBottom="6dip"
|
||||
>
|
||||
@@ -30,7 +30,7 @@
|
||||
android:layout_width="56dp"
|
||||
android:layout_height="56dp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginEnd="16dip"
|
||||
android:layout_marginEnd="8dip"
|
||||
android:scaleType="center"/>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user