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

Commit 037bbac9 authored by Chiao Cheng's avatar Chiao Cheng
Browse files

Make fonts and colors consistent across views.

Updated gradient on 3 tiles to make white text pop more.

Bug: 11674807
Change-Id: I6554169388aaf792fd096a32a976c66d9022b37f
parent c3cb63b6
Loading
Loading
Loading
Loading
+614 B (960 B)
Loading image diff...
+609 B (948 B)
Loading image diff...
+612 B (965 B)
Loading image diff...
−59 B (970 B)
Loading image diff...
+3 −4
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@
                    android:layout_height="wrap_content"
                    android:layout_marginEnd="@dimen/call_log_icon_margin"
                    android:textColor="?attr/call_log_primary_text_color"
                    android:textSize="18sp"
                    android:textSize="16sp"
                    android:singleLine="true"
                />
                <LinearLayout
@@ -86,8 +86,7 @@
                        android:layout_height="wrap_content"
                        android:layout_marginEnd="@dimen/call_log_icon_margin"
                        android:textColor="?attr/call_log_secondary_text_color"
                        android:textStyle="bold"
                        android:textSize="14sp"
                        android:textSize="12sp"
                        android:singleLine="true"
                        android:ellipsize="marquee"
                        />
@@ -113,7 +112,7 @@
                        android:layout_marginEnd="@dimen/call_log_icon_margin"
                        android:layout_gravity="center_vertical"
                        android:textColor="?attr/call_log_secondary_text_color"
                        android:textSize="14sp"
                        android:textSize="12sp"
                        android:singleLine="true"
                    />
                </LinearLayout>
Loading