| OLD | NEW | 
 | (Empty) | 
|   1 <?xml version="1.0" encoding="utf-8"?> |  | 
|   2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. |  | 
|   3  |  | 
|   4      Use of this source code is governed by a BSD-style license that can be |  | 
|   5      found in the LICENSE file. |  | 
|   6 --> |  | 
|   7 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |  | 
|   8     android:layout_width="match_parent" |  | 
|   9     android:layout_height="?android:attr/listPreferredItemHeightSmall" |  | 
|  10     android:layout_gravity="top|start" |  | 
|  11     android:orientation="horizontal"> |  | 
|  12  |  | 
|  13     <org.chromium.chrome.browser.widget.TintedImageButton |  | 
|  14         android:id="@+id/button_one" |  | 
|  15         style="@style/OverflowMenuButton" /> |  | 
|  16  |  | 
|  17     <org.chromium.chrome.browser.widget.TintedImageButton |  | 
|  18         android:id="@+id/button_two" |  | 
|  19         style="@style/OverflowMenuButton" /> |  | 
|  20  |  | 
|  21     <org.chromium.chrome.browser.widget.TintedImageButton |  | 
|  22         android:id="@+id/button_three" |  | 
|  23         style="@style/OverflowMenuButton" /> |  | 
|  24  |  | 
|  25     <org.chromium.chrome.browser.widget.TintedImageButton |  | 
|  26         android:id="@+id/button_four" |  | 
|  27         style="@style/OverflowMenuButton" /> |  | 
|  28  |  | 
|  29     <org.chromium.chrome.browser.widget.TintedImageButton |  | 
|  30         android:id="@+id/button_five" |  | 
|  31         style="@style/OverflowMenuButton" /> |  | 
|  32 </LinearLayout> |  | 
| OLD | NEW |