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

Commit 7ec7c172 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Added new primary and secondary element colors and added secondary tint to all...

Added new primary and secondary element colors and added secondary tint to all right chevrons. Updated providers with eelo mail auto-config.
parent 11ab5117
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@
            android:layout_height="16dp"
            android:layout_marginStart="@dimen/margin_small"
            android:focusable="false"
            android:src="?attr/chevronRight" />
            android:src="?attr/chevronRight"
            android:tint="@color/color_element_secondary" />

    </LinearLayout>
</LinearLayout>
+2 −1
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@
        android:layout_height="16dp"
        android:layout_marginStart="@dimen/margin_small"
        android:focusable="false"
        android:src="?attr/chevronRight" />
        android:src="?attr/chevronRight"
        android:tint="@color/color_element_secondary" />

</LinearLayout>
+2 −1
Original line number Diff line number Diff line
@@ -70,7 +70,8 @@
                android:layout_alignParentEnd="true"
                android:layout_centerVertical="true"
                android:layout_marginStart="@dimen/margin_small"
                android:src="?attr/chevronRight" />
                android:src="?attr/chevronRight"
                android:tint="@color/color_element_secondary" />

            <TextView
                android:id="@+id/date"
+3 −0
Original line number Diff line number Diff line
@@ -19,4 +19,7 @@
    <color name="color_attachment_background_light">#E0E0E0</color>
    <color name="color_attachment_background_dark">#424242</color>

    <color name="color_element_primary">#000000</color>
    <color name="color_element_secondary">#757575</color>

</resources>
 No newline at end of file
+1757 −666

File changed.

Preview size limit exceeded, changes collapsed.