OLD | NEW |
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 xmlns:android="http://schemas.android.com/apk/res/android" | 6 <view xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 class="org.chromium.chrome.browser.snackbar.SnackbarManager$WindowDismissalA
wareLayout" |
7 android:layout_width="match_parent" | 8 android:layout_width="match_parent" |
8 android:layout_height="wrap_content" | 9 android:layout_height="wrap_content" |
9 android:minHeight="@dimen/snackbar_min_height" | 10 android:minHeight="@dimen/snackbar_min_height" |
10 android:orientation="horizontal" > | 11 android:orientation="horizontal" > |
11 | 12 |
12 <org.chromium.chrome.browser.snackbar.TemplatePreservingTextView | 13 <org.chromium.chrome.browser.snackbar.TemplatePreservingTextView |
13 android:id="@+id/snackbar_message" | 14 android:id="@+id/snackbar_message" |
14 android:layout_width="0dp" | 15 android:layout_width="0dp" |
15 android:layout_height="wrap_content" | 16 android:layout_height="wrap_content" |
16 android:layout_gravity="start|center_vertical" | 17 android:layout_gravity="start|center_vertical" |
(...skipping 11 matching lines...) Expand all Loading... |
28 android:layout_height="@dimen/snackbar_min_height" | 29 android:layout_height="@dimen/snackbar_min_height" |
29 android:layout_gravity="center_vertical" | 30 android:layout_gravity="center_vertical" |
30 android:paddingEnd="24dp" | 31 android:paddingEnd="24dp" |
31 android:paddingStart="24dp" | 32 android:paddingStart="24dp" |
32 android:fontFamily="sans-serif-medium" | 33 android:fontFamily="sans-serif-medium" |
33 android:textAllCaps="true" | 34 android:textAllCaps="true" |
34 android:textColor="@color/snackbar_button_color" | 35 android:textColor="@color/snackbar_button_color" |
35 android:textSize="14sp" | 36 android:textSize="14sp" |
36 style="@style/ButtonCompatBorderless" /> | 37 style="@style/ButtonCompatBorderless" /> |
37 | 38 |
38 </LinearLayout> | 39 </view> |
OLD | NEW |