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 <LinearLayout | 7 <LinearLayout |
8 android:layout_width="match_parent" | 8 android:layout_width="match_parent" |
9 android:layout_height="match_parent" | 9 android:layout_height="match_parent" |
10 android:orientation="vertical"> | 10 android:orientation="vertical"> |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 android:layout_height="match_parent" | 49 android:layout_height="match_parent" |
50 /> | 50 /> |
51 <!-- This empty view is used as the anchor for custom menu --> | 51 <!-- This empty view is used as the anchor for custom menu --> |
52 <View | 52 <View |
53 android:id="@+id/menu_anchor_stub" | 53 android:id="@+id/menu_anchor_stub" |
54 android:layout_width="0px" | 54 android:layout_width="0px" |
55 android:layout_height="0px" | 55 android:layout_height="0px" |
56 android:layout_gravity="bottom|start" | 56 android:layout_gravity="bottom|start" |
57 /> | 57 /> |
58 </merge> | 58 </merge> |
OLD | NEW |