Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: chrome/android/java/res/layout/autofill_server_data_edit_link.xml

Issue 997713004: Redo Autofill wallet preferences on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: newt review Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
5
6 <!-- Layout for link that takes user to manage their Wallet data. -->
7 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
8 android:id="@+id/preference_click_target"
newt (away) 2015/03/19 01:41:43 call this edit_link?
Evan Stade 2015/03/20 00:14:57 TextAndButtonPreference requires this id
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:padding="15dp"
12 android:singleLine="true"
13 android:textColor="?android:attr/textColorLink"
14 android:textAllCaps="true"
15 android:text="@string/autofill_wallet_management_link_text" />
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698