Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: chrome/android/java/res/layout/physical_web_optin.xml

Issue 1947693002: Add a Learn More link to the Physical Web opt-in activity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698