1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
9 xmlns:android="http://schemas.android.com/apk/res/android"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent"
12 android:stretchColumns="1"
13 android:paddingTop="5dp"
14 android:paddingEnd="7dp"
15 android:paddingBottom="5dp"
16 android:paddingStart="7dp" >
18 android:id="@+id/explanation"
19 android:layout_width="match_parent" />
22 android:id="@+id/username_label"
23 android:paddingStart="7dp"/>
25 android:id="@+id/username"
26 android:inputType="textNoSuggestions"
27 android:contentDescription="@string/accessibility_http_auth_username_input" />
31 android:id="@+id/password_label"
32 android:paddingStart="7dp"/>
34 android:id="@+id/password"
35 android:inputType="textPassword"
36 android:contentDescription="@string/accessibility_http_auth_password_input" />