Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2f0bf85 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Styling updates"

parents 3a82a6e6 1b0011c9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 -->

+0 −6
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>