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

Side by Side Diff: chrome/android/java/res/layout/account_chooser_dialog_item.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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/account_chooser_dialog_title.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 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 <LinearLayout 6 <LinearLayout
7 xmlns:android="http://schemas.android.com/apk/res/android" 7 xmlns:android="http://schemas.android.com/apk/res/android"
8 android:layout_width="match_parent" 8 android:layout_width="match_parent"
9 android:layout_height="wrap_content" 9 android:layout_height="wrap_content"
10 android:minHeight="64dp" 10 android:minHeight="64dp"
(...skipping 13 matching lines...) Expand all
24 android:layout_margin="8dp" 24 android:layout_margin="8dp"
25 android:layout_marginStart="16dp" 25 android:layout_marginStart="16dp"
26 android:orientation="vertical"> 26 android:orientation="vertical">
27 <TextView 27 <TextView
28 android:id="@+id/main_name" 28 android:id="@+id/main_name"
29 android:layout_width="wrap_content" 29 android:layout_width="wrap_content"
30 android:layout_height="wrap_content" 30 android:layout_height="wrap_content"
31 android:ellipsize="end" 31 android:ellipsize="end"
32 android:singleLine="true" 32 android:singleLine="true"
33 android:fontFamily="sans-serif" 33 android:fontFamily="sans-serif"
34 android:textColor="@color/default_text_color"
34 android:textSize="@dimen/account_chooser_dialog_title_main_text_size "/> 35 android:textSize="@dimen/account_chooser_dialog_title_main_text_size "/>
35 <TextView 36 <TextView
36 android:id="@+id/secondary_name" 37 android:id="@+id/secondary_name"
37 android:layout_width="wrap_content" 38 android:layout_width="wrap_content"
38 android:layout_height="wrap_content" 39 android:layout_height="wrap_content"
39 android:ellipsize="end" 40 android:ellipsize="end"
40 android:singleLine="true" 41 android:singleLine="true"
41 android:fontFamily="sans-serif" 42 android:fontFamily="sans-serif"
42 android:textColor="@color/descriptive_text_color" 43 android:textColor="@color/descriptive_text_color"
43 android:textSize="@dimen/account_chooser_dialog_title_descriptive_te xt_size"/> 44 android:textSize="@dimen/account_chooser_dialog_title_descriptive_te xt_size"/>
44 </LinearLayout> 45 </LinearLayout>
45 </LinearLayout> 46 </LinearLayout>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/layout/account_chooser_dialog_title.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698