Merge "Fix padding in global actions list item" into jb-mr1-dev
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