Skip to content

Commit 6571c78

Browse files
committed
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
1 parent 4224790 commit 6571c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/res/res/layout/global_actions_item.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
android:minHeight="?android:attr/listPreferredItemHeight"
2323
android:orientation="horizontal"
2424

25-
android:paddingStart="16dip"
25+
android:paddingStart="8dip"
2626
android:paddingTop="6dip"
2727
android:paddingBottom="6dip"
2828
>
2929
<ImageView android:id="@+id/icon"
3030
android:layout_width="56dp"
3131
android:layout_height="56dp"
3232
android:layout_gravity="center"
33-
android:layout_marginEnd="16dip"
33+
android:layout_marginEnd="8dip"
3434
android:scaleType="center"/>
3535

3636
<LinearLayout

0 commit comments

Comments
 (0)