blob: 445360ded90120756231f874e0e5ef1fb9f9345e [file]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 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. -->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true" >
<LinearLayout
android:id="@+id/password_entry_editor_interactive"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="15dp"
android:title="@string/password_entry_editor_title">
<TextView
android:text="@string/password_entry_editor_site_title"
android:layout_marginTop="15dp"
style="@style/PasswordEntryName" />
<include android:id="@+id/url_row"
layout="@layout/password_entry_editor_copyable_row"/>
</LinearLayout>
</ScrollView>