Fix padding in more card.
Bug: 15392952 Change-Id: Ibcb8b3b5be161e31855f058a22566a6f7a7f326b
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
android:id="@+id/more_text"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_marginStart="18dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="@drawable/keyguard_overflow_number_background"
|
||||
android:gravity="center"
|
||||
@@ -45,7 +45,7 @@
|
||||
<com.android.systemui.statusbar.NotificationOverflowIconsView
|
||||
android:id="@+id/overflow_icons_view"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="64dp"
|
||||
android:layout_marginStart="68dp"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user