Durable Storage: Refactor browser test and test the basic "deny" flow.
[chromium-blink-merge.git] / chrome / android / java / res / layout / account_chooser_infobar_list.xml
blobda6f5b9b1cb0b268128d23d10271b1c1eb524d7b
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 <FrameLayout
7     xmlns:android="http://schemas.android.com/apk/res/android"
8     android:layout_width="match_parent"
9     android:layout_height="wrap_content">
10     <ListView
11         android:id="@+id/account_list"
12         android:layout_width="match_parent"
13         android:layout_height="wrap_content"
14         android:padding="8dp"/>
15 </FrameLayout>