| 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 <merge xmlns:android="http://schemas.android.com/apk/res/android" | 6 <merge xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 xmlns:chrome="http://schemas.android.com/apk/res-auto" | 7 xmlns:chrome="http://schemas.android.com/apk/res-auto" |
| 8 android:id="@+id/eb_detail_root_layout" | 8 android:id="@+id/eb_detail_root_layout" |
| 9 android:layout_width="match_parent" | 9 android:layout_width="match_parent" |
| 10 android:layout_height="match_parent" > | 10 android:layout_height="match_parent" > |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 chrome:tint="@color/light_mode_tint" /> | 174 chrome:tint="@color/light_mode_tint" /> |
| 175 </RelativeLayout> | 175 </RelativeLayout> |
| 176 | 176 |
| 177 <org.chromium.chrome.browser.widget.FadingShadowView | 177 <org.chromium.chrome.browser.widget.FadingShadowView |
| 178 android:id="@+id/eb_detail_shadow" | 178 android:id="@+id/eb_detail_shadow" |
| 179 android:layout_width="match_parent" | 179 android:layout_width="match_parent" |
| 180 android:layout_height="4dp" /> | 180 android:layout_height="4dp" /> |
| 181 </LinearLayout> | 181 </LinearLayout> |
| 182 | 182 |
| 183 </merge> | 183 </merge> |
| OLD | NEW |