Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/layout/home_empty_panel.xml

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Patch Set: Created July 21, 2016, 2:09 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/layout/home_empty_panel.xml
===================================================================
--- a/mobile/android/base/resources/layout/home_empty_panel.xml
+++ b/mobile/android/base/resources/layout/home_empty_panel.xml
@@ -24,22 +24,23 @@
android:scaleType="fitCenter"/>
<TextView android:id="@+id/home_empty_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="top|center"
android:textAppearance="@style/TextAppearance.EmptyMessage"/>
+ <!-- Using ABB color. See https://issues.adblockplus.org/ticket/3769 -->
<TextView android:id="@+id/home_empty_hint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
android:gravity="top|center"
android:textAppearance="@style/TextAppearance.EmptyHint"
- android:textColorLink="#FFA62F" />
+ android:textColorLink="@color/abb_accent_dark_blue" />
<!-- Empty spacer view -->
<View android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="2"/>
</LinearLayout>

Powered by Google App Engine
This is Rietveld