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

Commit 1b0011c9 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Styling updates

Test: manual
Fixes: 197400870
Fixes: 204316740
Change-Id: Ie524fb33cbf34694d8b890110ffff5be5bd02923
parent e1c734c2
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>