| 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> |