Chromium Code Reviews| Index: chrome/android/java/res/layout/search_engine.xml |
| diff --git a/chrome/android/java/res/layout/search_engine.xml b/chrome/android/java/res/layout/search_engine.xml |
| index c447b5e04bb1b19b062edfb0a1e4ba1f3f62a50d..b1e37721cec1c54c0c9ee10750f0dc76a5369ba7 100644 |
| --- a/chrome/android/java/res/layout/search_engine.xml |
| +++ b/chrome/android/java/res/layout/search_engine.xml |
| @@ -27,7 +27,13 @@ |
| android:id="@+id/description" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| - android:textSize="17sp" /> |
| + android:textSize="17sp" |
| + android:textColor="#565656" /> |
|
gone
2016/10/31 22:31:28
The mock looks like it's using #000000 for the sit
ltian
2016/11/01 18:08:48
Here is the screenshot of current setting: https:/
|
| + <TextView |
| + android:id="@+id/url" |
| + android:layout_width="wrap_content" |
| + android:layout_height="wrap_content" |
| + android:textSize="15sp" /> |
| <TextView |
| android:id="@+id/link" |
| android:layout_width="wrap_content" |