Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / chrome / android / java / res / drawable-sw720dp-v19 / window_background.xml
blobda76c26749185b9811c8892beccd781f3339e424
1 <?xml version="1.0" encoding="utf-8"?>
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
4      found in the LICENSE file. -->
6 <!-- Tablets from api 19 and up have the top notification bar -->
7 <layer-list
8     xmlns:android="http://schemas.android.com/apk/res/android" >
9     <item
10         android:top="25dp"
11         android:bottom="0px">
12         <nine-patch android:src="@drawable/toolbar_background" />
13     </item>
14 </layer-list>