| Index: chrome/android/java/res/layout/physical_web_optin.xml
|
| diff --git a/chrome/android/java/res/layout/physical_web_optin.xml b/chrome/android/java/res/layout/physical_web_optin.xml
|
| index 150e7c98e7aa0a2f64e5cfbe5eb660d25643813d..ced039c22083dc9b83bc1143e5cd6a4f7e06f013 100644
|
| --- a/chrome/android/java/res/layout/physical_web_optin.xml
|
| +++ b/chrome/android/java/res/layout/physical_web_optin.xml
|
| @@ -35,11 +35,13 @@
|
| android:textSize="24sp"
|
| android:textColor="@android:color/black" />
|
| <TextView
|
| + android:id="@+id/physical_web_optin_description"
|
| android:layout_height="wrap_content"
|
| android:layout_width="match_parent"
|
| android:text="@string/physical_web_optin_description"
|
| android:textSize="16sp"
|
| - android:textColor="@color/light_normal_color" />
|
| + android:textColor="@color/light_normal_color"
|
| + android:textColorLink="@color/light_active_color" />
|
|
|
| </LinearLayout>
|
|
|
|
|