Bug 1410338 - Incorrect color for History Panel message. r?nechen draft
authorNevin Chen(:nechen) <cnevinchen@gmail.com>
Mon, 23 Oct 2017 12:06:21 +0800
changeset 684575 44afc0e5bbc24889aa93c787e9725ace794fcb61
parent 684511 ce1a86d3b4db161c95d1147676bbed839d7a4732
child 736894 71150d49c19b9d69116cc8b2c27ecdb6eac9241e
push id85649
push userbmo:cnevinchen@gmail.com
push dateMon, 23 Oct 2017 04:20:42 +0000
reviewersnechen
bugs1410338
milestone58.0a1
Bug 1410338 - Incorrect color for History Panel message. r?nechen MozReview-Commit-ID: A1QmvbFt7ok
mobile/android/app/src/main/res/layout/home_empty_panel.xml
--- a/mobile/android/app/src/main/res/layout/home_empty_panel.xml
+++ b/mobile/android/app/src/main/res/layout/home_empty_panel.xml
@@ -30,16 +30,16 @@
               android:textAppearance="@style/TextAppearance.EmptyMessage"/>
 
     <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="#0a84ff" />
     <!-- Empty spacer view -->
     <View android:layout_width="match_parent"
           android:layout_height="0dip"
           android:layout_weight="2"/>
 
 </LinearLayout>