Durable Storage: Refactor browser test and test the basic "deny" flow.
[chromium-blink-merge.git] / chrome / android / java / res / drawable-sw720dp / window_background.xml
bloba0a7841f19dd54533d25185a101329ed0f1ddc02
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 18 and below didn't have the top notification bar -->
7 <layer-list
8     xmlns:android="http://schemas.android.com/apk/res/android" >
9     <item>
10         <nine-patch android:src="@drawable/toolbar_background" />
11     </item>
12 </layer-list>