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

Commit 61e0424a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update the background colour for dismissal view."

parents 1cb7e12f 7c91342f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
    android:id="@+id/dismissal_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/homepage_card_dismissal_background"
    android:orientation="vertical">

    <TextView
+1 −0
Original line number Diff line number Diff line
@@ -23,5 +23,6 @@
  <color name="homepage_support_background">#3F5FBD</color>
  <!-- 80% black for status bar of homepage -->
  <color name="homepage_status_bar_color">#cc000000</color>
  <color name="homepage_card_dismissal_background">@*android:color/material_grey_800</color>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@
    <color name="homepage_about_background">#9FA8DA</color>
    <color name="homepage_privacy_background">#5E97F6</color>
    <color name="homepage_card_stroke_color">#1f000000</color>
    <color name="homepage_card_dismissal_background">@*android:color/material_grey_50</color>
    <!-- End of dashboard/homepage icon background colors -->

    <color name="switchbar_text_color">@android:color/white</color>