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

Side by Side Diff: chrome/android/java/res/layout/sad_tab.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 2013 The Chromium Authors. All rights reserved. 3 Copyright 2013 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 8
9 <org.chromium.chrome.browser.tab.SadTabView 9 <org.chromium.chrome.browser.tab.SadTabView
10 xmlns:android="http://schemas.android.com/apk/res/android" 10 xmlns:android="http://schemas.android.com/apk/res/android"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 <org.chromium.ui.widget.TextViewWithClickableSpans 52 <org.chromium.ui.widget.TextViewWithClickableSpans
53 android:id="@+id/sad_tab_message" 53 android:id="@+id/sad_tab_message"
54 android:layout_width="wrap_content" 54 android:layout_width="wrap_content"
55 android:layout_height="wrap_content" 55 android:layout_height="wrap_content"
56 android:paddingBottom="22dp" 56 android:paddingBottom="22dp"
57 android:textColor="@color/sad_tab_body_text_color" 57 android:textColor="@color/sad_tab_body_text_color"
58 android:textSize="14sp" 58 android:textSize="14sp"
59 android:layout_gravity="start"/> 59 android:layout_gravity="start"/>
60 60
61 <org.chromium.chrome.browser.widget.ButtonCompat 61 <org.chromium.ui.widget.ButtonCompat
62 android:id="@+id/sad_tab_reload_button" 62 android:id="@+id/sad_tab_reload_button"
63 android:layout_width="match_parent" 63 android:layout_width="match_parent"
64 android:layout_height="wrap_content" 64 android:layout_height="wrap_content"
65 android:text="@string/sad_tab_reload_label" 65 android:text="@string/sad_tab_reload_label"
66 android:textColor="#fff" 66 android:textColor="#fff"
67 android:minWidth="222dp" 67 android:minWidth="222dp"
68 chrome:buttonColor="@color/light_active_color" 68 chrome:buttonColor="@color/light_active_color"
69 android:layout_gravity="end"/> 69 android:layout_gravity="end"/>
70 </LinearLayout> 70 </LinearLayout>
71 </org.chromium.chrome.browser.tab.SadTabView> 71 </org.chromium.chrome.browser.tab.SadTabView>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/recent_tabs_sync_promo.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