OLD | NEW |
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 Loading... |
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> |
OLD | NEW |