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

Side by Side Diff: ui/base/android/java/res/layout/autofill_text.xml

Issue 62203014: Move WindowOpenDisposition.template to ui/base/android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ui.gyp Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved.
3 3
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 8 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
9 android:id="@+id/autofill_menu_text" 9 android:id="@+id/autofill_menu_text"
10 android:layout_width="match_parent" 10 android:layout_width="match_parent"
(...skipping 14 matching lines...) Expand all
25 android:layout_width="wrap_content" 25 android:layout_width="wrap_content"
26 android:layout_height="wrap_content" 26 android:layout_height="wrap_content"
27 android:textSize="14sp" 27 android:textSize="14sp"
28 android:textColor="#8b8b8b" 28 android:textColor="#8b8b8b"
29 android:ellipsize="end" 29 android:ellipsize="end"
30 android:singleLine="true" 30 android:singleLine="true"
31 android:includeFontPadding="false" 31 android:includeFontPadding="false"
32 android:layout_marginStart="10dp" 32 android:layout_marginStart="10dp"
33 android:layout_marginEnd="10dp"/> 33 android:layout_marginEnd="10dp"/>
34 </LinearLayout> 34 </LinearLayout>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698