blob: 7415ee5964f22ebc284f02ea0db6b1f183f03fcb [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:padding="24dp">
<!-- TODO(crbug.com/900912): Fix and remove lint ignore -->
<EditText android:id="@+id/pin_dialog_text"
tools:ignore="Autofill,LabelFor"
android:inputType="numberPassword"
android:imeOptions="actionDone"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
<CheckBox android:id="@+id/pin_dialog_check"
android:text="@string/remember_pin"
android:layout_height="wrap_content"
android:layout_width="match_parent"/>
</LinearLayout>