Merge "Fix some dimens in dialog" into sc-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
38c00180bc
@@ -24,9 +24,9 @@
|
||||
android:layout_marginEnd="@dimen/ongoing_appops_dialog_side_margins"
|
||||
android:layout_marginTop="8dp"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="12dp"
|
||||
android:paddingTop="8dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingHorizontal="@dimen/ongoing_appops_dialog_side_padding"
|
||||
android:background="@drawable/qs_dialog_bg"
|
||||
/>
|
||||
<!-- 12dp padding bottom so there's 20dp total under the icon -->
|
||||
<!-- 8dp padding top, as there's 4dp margin in each row -->
|
||||
<!-- 8dp padding bottom so there's 16dp total under the icon -->
|
||||
@@ -24,8 +24,6 @@
|
||||
android:layout_marginTop="4dp"
|
||||
android:importantForAccessibility="yes"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:paddingLeft="@dimen/ongoing_appops_dialog_side_padding"
|
||||
android:paddingRight="@dimen/ongoing_appops_dialog_side_padding"
|
||||
android:focusable="true"
|
||||
>
|
||||
<!-- 4dp marginTop makes 20dp minimum between icons -->
|
||||
|
||||
@@ -1273,7 +1273,7 @@
|
||||
|
||||
<dimen name="ongoing_appops_dialog_circle_size">32dp</dimen>
|
||||
|
||||
<dimen name="ongoing_appops_dialog_icon_size">20dp</dimen>
|
||||
<dimen name="ongoing_appops_dialog_icon_size">16dp</dimen>
|
||||
|
||||
<dimen name="ongoing_appops_dialog_side_padding">16dp</dimen>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user