| Index: chrome/android/java/res/layout/autofill_server_data_label.xml
|
| diff --git a/chrome/android/java/res/layout/autofill_server_data_label.xml b/chrome/android/java/res/layout/autofill_server_data_label.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a1e17f5f559e4a22a50ab1617ebc0a75dd48fee5
|
| --- /dev/null
|
| +++ b/chrome/android/java/res/layout/autofill_server_data_label.xml
|
| @@ -0,0 +1,15 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<!-- Copyright 2015 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. -->
|
| +
|
| +<!-- Layout for label that indicates where an autofill card or profile is stored. -->
|
| +<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
| + style="@style/PreferenceSummary"
|
| + android:layout_width="wrap_content"
|
| + android:layout_height="match_parent"
|
| + android:layout_gravity="end"
|
| + android:layout_marginBottom="16dp"
|
| + android:gravity="bottom"
|
| + android:singleLine="true"
|
| + android:text="@string/autofill_from_google_account" />
|
|
|