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 <view class="org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkItem$
EnhancedBookmarkListItem" | 6 <view class="org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkItem$
EnhancedBookmarkListItem" |
7 xmlns:android="http://schemas.android.com/apk/res/android" | 7 xmlns:android="http://schemas.android.com/apk/res/android" |
8 xmlns:chrome="http://schemas.android.com/apk/res-auto" | 8 xmlns:chrome="http://schemas.android.com/apk/res-auto" |
9 android:layout_width="wrap_content" | 9 android:layout_width="wrap_content" |
10 android:layout_height="wrap_content" > | 10 android:layout_height="wrap_content" > |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 android:padding="10dp" | 67 android:padding="10dp" |
68 android:paddingStart="20dp" | 68 android:paddingStart="20dp" |
69 android:src="@drawable/eb_item_more" | 69 android:src="@drawable/eb_item_more" |
70 chrome:tint="@color/dark_mode_tint" /> | 70 chrome:tint="@color/dark_mode_tint" /> |
71 | 71 |
72 <org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkItemHighlight
View | 72 <org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkItemHighlight
View |
73 android:id="@+id/highlight" | 73 android:id="@+id/highlight" |
74 android:layout_width="match_parent" | 74 android:layout_width="match_parent" |
75 android:layout_height="match_parent" /> | 75 android:layout_height="match_parent" /> |
76 </view> | 76 </view> |
OLD | NEW |