Bring privacy chip size up to spec
Test: manual Bug: 186644670 Change-Id: I94e062619a04268ce6da6d058f85d3ce3dc83818
This commit is contained in:
@@ -22,14 +22,16 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="center_vertical|end"
|
||||
android:focusable="true"
|
||||
android:minWidth="48dp" >
|
||||
android:focusable="true" >
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/icons_container"
|
||||
android:layout_height="@dimen/ongoing_appops_chip_height"
|
||||
android:layout_width="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingStart="10dp"
|
||||
android:paddingEnd="10dp"
|
||||
android:gravity="center"
|
||||
android:layout_gravity="center"
|
||||
android:minWidth="56dp"
|
||||
/>
|
||||
</com.android.systemui.privacy.OngoingPrivacyChip>
|
||||
@@ -280,8 +280,7 @@
|
||||
|
||||
<color name="screenrecord_status_color">#E94235</color>
|
||||
|
||||
<!-- TODO(b/178093014) Colors for privacy dialog. These should be changed to the new palette -->
|
||||
<color name="privacy_circle">#1E8E3E</color> <!-- g600 -->
|
||||
<color name="privacy_circle">#5BB974</color> <!-- g400 -->
|
||||
|
||||
<!-- Accessibility floating menu -->
|
||||
<color name="accessibility_floating_menu_background">#CCFFFFFF</color> <!-- 80% -->
|
||||
|
||||
@@ -1237,7 +1237,7 @@
|
||||
<!-- Icon size of Ongoing App Ops chip -->
|
||||
<dimen name="ongoing_appops_chip_icon_size">16dp</dimen>
|
||||
<!-- Radius of Ongoing App Ops chip corners -->
|
||||
<dimen name="ongoing_appops_chip_bg_corner_radius">16dp</dimen>
|
||||
<dimen name="ongoing_appops_chip_bg_corner_radius">28dp</dimen>
|
||||
|
||||
<dimen name="ongoing_appops_dialog_side_margins">@dimen/notification_shade_content_margin_horizontal</dimen>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user