| <?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. --> |
| |
| <FrameLayout |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| android:layout_width="match_parent" |
| android:layout_height="match_parent" > |
| |
| <ScrollView |
| android:layout_width="match_parent" |
| android:layout_height="match_parent" |
| android:id="@+id/scroll_view" |
| android:fillViewport="true" > |
| |
| <LinearLayout |
| android:id="@+id/password_entry_viewer_interactive" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:paddingStart="15dp" |
| android:title="@string/password_entry_viewer_title"> |
| |
| <TextView |
| android:text="@string/password_entry_viewer_site_title" |
| android:layout_marginTop="15dp" |
| style="@style/PasswordEntryName" /> |
| |
| <include android:id="@+id/url_row" |
| layout="@layout/password_entry_viewer_copyable_row"/> |
| |
| </LinearLayout> |
| </ScrollView> |
| |
| <include layout="@layout/settings_action_bar_shadow"/> |
| |
| </FrameLayout> |