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

Side by Side Diff: chrome/android/java/res/layout/eb_promo_header.xml

Issue 1235033003: Move ButtonCompat to ui/android/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 5 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 <!-- 2 <!--
3 Copyright 2015 The Chromium Authors. All rights reserved. 3 Copyright 2015 The Chromium Authors. All rights reserved.
4 4
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 8 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
9 xmlns:chrome="http://schemas.android.com/apk/res-auto" 9 xmlns:chrome="http://schemas.android.com/apk/res-auto"
10 android:layout_width="match_parent" 10 android:layout_width="match_parent"
(...skipping 30 matching lines...) Expand all
41 <Button 41 <Button
42 android:id="@+id/no_thanks" 42 android:id="@+id/no_thanks"
43 style="@style/ButtonCompatBorderless" 43 style="@style/ButtonCompatBorderless"
44 android:layout_width="wrap_content" 44 android:layout_width="wrap_content"
45 android:layout_height="wrap_content" 45 android:layout_height="wrap_content"
46 android:text="@string/enhanced_bookmark_sign_in_promo_no_thanks" 46 android:text="@string/enhanced_bookmark_sign_in_promo_no_thanks"
47 android:textAllCaps="true" 47 android:textAllCaps="true"
48 android:textColor="@color/light_active_color" 48 android:textColor="@color/light_active_color"
49 android:textSize="15sp" /> 49 android:textSize="15sp" />
50 50
51 <org.chromium.chrome.browser.widget.ButtonCompat 51 <org.chromium.ui.widget.ButtonCompat
52 android:id="@+id/sign_in" 52 android:id="@+id/sign_in"
53 android:layout_width="wrap_content" 53 android:layout_width="wrap_content"
54 android:layout_height="wrap_content" 54 android:layout_height="wrap_content"
55 android:text="@string/enhanced_bookmark_sign_in_promo_sign_in" 55 android:text="@string/enhanced_bookmark_sign_in_promo_sign_in"
56 android:textAllCaps="true" 56 android:textAllCaps="true"
57 android:textColor="@android:color/white" 57 android:textColor="@android:color/white"
58 android:textSize="15sp" 58 android:textSize="15sp"
59 chrome:buttonColor="@color/light_active_color" /> 59 chrome:buttonColor="@color/light_active_color" />
60 </LinearLayout> 60 </LinearLayout>
61 61
62 </LinearLayout> 62 </LinearLayout>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/data_reduction_promo_screen.xml ('k') | chrome/android/java/res/layout/preference_button.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698