| 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.EnhancedBookmarkFolde
r$EnhancedBookmarkGridFolder" | 6 <view class="org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkFolde
r$EnhancedBookmarkGridFolder" |
| 7 xmlns:android="http://schemas.android.com/apk/res/android" | 7 xmlns:android="http://schemas.android.com/apk/res/android" |
| 8 android:layout_width="match_parent" | 8 android:layout_width="match_parent" |
| 9 android:layout_height="wrap_content" | 9 android:layout_height="wrap_content" |
| 10 android:background="@drawable/eb_item_tile" > | 10 android:background="@drawable/eb_item_tile" > |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 android:singleLine="true" | 21 android:singleLine="true" |
| 22 android:textColor="#DF000000" | 22 android:textColor="#DF000000" |
| 23 android:textSize="14sp" /> | 23 android:textSize="14sp" /> |
| 24 | 24 |
| 25 <org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkItemHighlight
View | 25 <org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkItemHighlight
View |
| 26 android:id="@+id/highlight" | 26 android:id="@+id/highlight" |
| 27 android:layout_width="match_parent" | 27 android:layout_width="match_parent" |
| 28 android:layout_height="match_parent" /> | 28 android:layout_height="match_parent" /> |
| 29 | 29 |
| 30 </view> | 30 </view> |
| OLD | NEW |