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

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

Issue 2427853002: Revert "Inherit default text color from parent themes." (Closed)
Patch Set: Created 4 years, 2 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/upgrade_activity.xml
diff --git a/chrome/android/java/res/layout/upgrade_activity.xml b/chrome/android/java/res/layout/upgrade_activity.xml
index b2e45bd3b5024a2b928c608671674359599401e7..0b6150ab67936e6d6b1838bbfdaf048e27e58a09 100644
--- a/chrome/android/java/res/layout/upgrade_activity.xml
+++ b/chrome/android/java/res/layout/upgrade_activity.xml
@@ -43,7 +43,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/updating_chrome"
- android:textSize="16sp" />
+ android:textSize="16sp"
+ android:textColor="@color/default_text_color" />
</LinearLayout>
</RelativeLayout>
« no previous file with comments | « chrome/android/java/res/layout/tab_switcher_callout.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698