Styling updates
Test: manual Fixes: 197400870 Fixes: 204316740 Change-Id: Ie524fb33cbf34694d8b890110ffff5be5bd02923
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user