Merge "Styling updates"

This commit is contained in:
TreeHugger Robot
2021-11-11 16:12:35 +00:00
committed by Android (Google) Code Review
3 changed files with 1 additions and 13 deletions

View File

@@ -78,12 +78,6 @@
android:layout_gravity="center_vertical"
android:padding="8dp" />
</com.android.systemui.statusbar.notification.row.AppControlView>
<!-- divider view -->
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@*android:color/background_device_default_light"
/>
<!-- ChannelRows get added dynamically -->

View File

@@ -87,10 +87,4 @@
android:padding="8dp"
/>
</LinearLayout>
<!-- divider view -->
<View
android:layout_width="match_parent"
android:layout_height=".5dp"
android:background="@*android:color/background_device_default_light"
/>
</com.android.systemui.statusbar.notification.row.ChannelRow>

View File

@@ -77,7 +77,7 @@
<!-- The color of the gear shown behind a notification -->
<color name="notification_gear_color">@color/GM2_grey_700</color>
<color name="notification_guts_link_icon_tint">@color/GM2_grey_700</color>
<color name="notification_guts_link_icon_tint">@*android:color/accent_device_default</color>
<color name="notification_guts_sub_text_color">@color/GM2_grey_700</color>
<color name="notification_guts_header_text_color">@color/GM2_grey_900</color>
<color name="notification_guts_priority_button_content_color">@color/GM2_grey_700</color>