Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / chrome / android / java / res / layout / update_permissions_dialog.xml
blob6f17e74397d3f6bafaaf6ecbc7c7d8c38b4ab669
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.
5 -->
6 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
7     android:gravity="start"
8     style="@style/AlertDialogContent" >
9     <ImageView
10         android:id="@+id/icon"
11         android:layout_width="32dp"
12         android:layout_height="32dp"
13         android:layout_marginTop="10dp"
14         android:src="@drawable/exclamation_triangle"
15         android:contentDescription="@null" />
16     <TextView
17         android:id="@+id/text"
18         android:layout_width="match_parent"
19         android:layout_height="wrap_content"
20         android:textSize="18sp"
21         android:paddingTop="0dp"
22         android:layout_marginTop="10dp"
23         android:layout_marginStart="48dp" />
24 </FrameLayout>