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

Commit 9602469c authored by Michael Bestas's avatar Michael Bestas Committed by Aayush Gupta
Browse files

ExactCalculator: Use background color for history frame

* Also apply a lighter variant to history

Change-Id: I9865d562bd1b20acbd98b42ac4d8c5207a7b7f53
parent 7f554957
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
        android:id="@+id/history_frame"
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:background="@color/display_background_color"
        app:layout_constraintBottom_toTopOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:id="@+id/history_frame"
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:background="@color/display_background_color"
        app:layout_constraintBottom_toTopOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
        android:id="@+id/history_recycler_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/display_background_color"
        android:background="@color/history_background_color"
        android:clipChildren="false"
        android:clipToPadding="false"
        android:nestedScrollingEnabled="false"
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
<resources>

    <!-- Display background -->
    <color name="history_background_color">@color/material_dynamic_neutral30</color>
    <color name="display_background_color">@color/material_dynamic_neutral20</color>

    <!-- Display text -->
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
<resources>

    <!-- Display background -->
    <color name="history_background_color">@color/material_dynamic_neutral95</color>
    <color name="display_background_color">@color/material_dynamic_neutral90</color>

    <!-- Display text -->