Increase insets of Manage and Clear All buttons to match spec
Fixes: 187847496 Test: visual Change-Id: I0b9aab1cdb6274881239ba693854e9e375242cd6
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="4dp"
|
||||
android:paddingEnd="4dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:visibility="gone">
|
||||
<com.android.systemui.statusbar.AlphaOptimizedFrameLayout
|
||||
android:id="@+id/content"
|
||||
|
||||
Reference in New Issue
Block a user