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

Commit 7c91342f authored by Yi-Ling Chuang's avatar Yi-Ling Chuang
Browse files

Update the background colour for dismissal view.

Change-Id: I14cfa176c80581ea8f4de099015e4ff148acf59a
Fixes: 119170360
Test: visual
parent e5e94b95
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>