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 xmlns:android="http://schemas.android.com/apk/res/android"
7 android:gravity="start"
8 style="@style/AlertDialogContent" >
10 android:id="@+id/icon"
11 android:layout_width="32dp"
12 android:layout_height="32dp"
13 android:layout_marginTop="10dp"
14 android:layout_marginStart="10dp"
15 android:contentDescription="@null"
16 android:visibility="gone" />
18 android:id="@+id/spinny"
19 android:layout_width="32dp"
20 android:layout_height="32dp"
21 android:layout_marginTop="10dp"
22 android:layout_marginStart="10dp" />
23 <EditText android:id="@+id/text"
24 android:inputType="text"
25 android:layout_width="match_parent"
26 android:layout_height="wrap_content"
27 android:textSize="18sp"
28 android:singleLine="true"
29 android:paddingTop="0dp"
30 android:layout_marginTop="10dp"
31 android:layout_marginStart="52dp" />