Merge "Update the background colour for dismissal view."
This commit is contained in:
committed by
Android (Google) Code Review
commit
61e0424ab9
@@ -20,6 +20,7 @@
|
|||||||
android:id="@+id/dismissal_view"
|
android:id="@+id/dismissal_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:background="@color/homepage_card_dismissal_background"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|||||||
@@ -23,5 +23,6 @@
|
|||||||
<color name="homepage_support_background">#3F5FBD</color>
|
<color name="homepage_support_background">#3F5FBD</color>
|
||||||
<!-- 80% black for status bar of homepage -->
|
<!-- 80% black for status bar of homepage -->
|
||||||
<color name="homepage_status_bar_color">#cc000000</color>
|
<color name="homepage_status_bar_color">#cc000000</color>
|
||||||
|
<color name="homepage_card_dismissal_background">@*android:color/material_grey_800</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
|
|||||||
@@ -104,6 +104,7 @@
|
|||||||
<color name="homepage_about_background">#9FA8DA</color>
|
<color name="homepage_about_background">#9FA8DA</color>
|
||||||
<color name="homepage_privacy_background">#5E97F6</color>
|
<color name="homepage_privacy_background">#5E97F6</color>
|
||||||
<color name="homepage_card_stroke_color">#1f000000</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 -->
|
<!-- End of dashboard/homepage icon background colors -->
|
||||||
|
|
||||||
<color name="switchbar_text_color">@android:color/white</color>
|
<color name="switchbar_text_color">@android:color/white</color>
|
||||||
|
|||||||
Reference in New Issue
Block a user