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: Adjusting comments which indicates what has being changed by this issue in upstream code Created Oct. 25, 2016, 12:16 p.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 palette. 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>
« no previous file with comments | « mobile/android/base/resources/layout/browser_toolbar.xml ('k') | mobile/android/base/resources/layout/tabs_counter.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld