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

Commit cc9e3b8f authored by Dave Kover's avatar Dave Kover Committed by Abhisek Devkota
Browse files

Expose hardcoded colors

Opening up values for themers to have better control.

Change-Id: I3a0a460c5ffe0f5057b3b9ec92faa7a3e09c9e01
parent ebc02245
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    android:gravity="start|center_vertical"
    android:drawablePadding="8dp"
    android:paddingStart="8dp"
    android:textColor="@color/secondary_text_material_light"
    android:textColor="@color/notification_mtrl_action_textcolor"
    android:textSize="13sp"
    android:singleLine="true"
    android:ellipsize="end"
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
        android:layout_marginTop="208dp"
        android:paddingStart="@dimen/notification_large_icon_width"
        android:layout_gravity="bottom"
        android:background="#CCEEEEEE"
        android:background="@color/notification_mtrl_big_picture_bg"
        >
        <include
            layout="@layout/notification_material_action_list"
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@
    android:paddingEnd="16dp"
    android:paddingTop="8dp"
    android:paddingBottom="8dp"
    android:background="@color/white"
    android:background="@color/resolver_list_bg"
    android:elevation="8dp"
    />
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
              android:paddingEnd="16dp"
              android:paddingTop="8dp"
              android:paddingBottom="8dp"
              android:background="@color/white"
              android:background="@color/resolver_list_bg"
              android:elevation="8dp"
              />

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
        android:layout_height="wrap_content"
        android:layout_alwaysShow="true"
        android:orientation="vertical"
        android:background="@color/white"
        android:background="@color/resolver_list_bg"
        android:elevation="8dp" >

        <LinearLayout
Loading