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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <merge xmlns:android="http://schemas.android.com/apk/res/android"> 6 <merge xmlns:android="http://schemas.android.com/apk/res/android">
7 <RelativeLayout 7 <RelativeLayout
8 android:layout_width="wrap_content" 8 android:layout_width="wrap_content"
9 android:layout_height="wrap_content" 9 android:layout_height="wrap_content"
10 android:layout_gravity="center" > 10 android:layout_gravity="center" >
(...skipping 25 matching lines...) Expand all
36 <ProgressBar 36 <ProgressBar
37 android:layout_width="16dp" 37 android:layout_width="16dp"
38 android:layout_height="16dp" 38 android:layout_height="16dp"
39 android:layout_marginEnd="16dp" /> 39 android:layout_marginEnd="16dp" />
40 40
41 <TextView 41 <TextView
42 android:id="@+id/message_view" 42 android:id="@+id/message_view"
43 android:layout_width="wrap_content" 43 android:layout_width="wrap_content"
44 android:layout_height="wrap_content" 44 android:layout_height="wrap_content"
45 android:text="@string/updating_chrome" 45 android:text="@string/updating_chrome"
46 android:textSize="16sp" /> 46 android:textSize="16sp"
47 android:textColor="@color/default_text_color" />
47 48
48 </LinearLayout> 49 </LinearLayout>
49 </RelativeLayout> 50 </RelativeLayout>
50 </merge> 51 </merge>
OLDNEW
« 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