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

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

Issue 11360207: Add Java resources to content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove obsolete findbugs warnings Created 8 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
3 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 3
5 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
6 found in the LICENSE file. 5 found in the LICENSE file.
7 --> 6 -->
8 7
9 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 8 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
10 android:layout_height="fill_parent" 9 android:layout_height="fill_parent"
11 android:layout_width="fill_parent" 10 android:layout_width="fill_parent"
12 android:orientation="horizontal"> 11 android:orientation="horizontal">
13 <TextView android:id="@+id/autofill_name" 12 <TextView android:id="@+id/autofill_name"
14 android:layout_alignParentLeft="true" 13 android:layout_alignParentLeft="true"
15 android:layout_width="fill_parent" 14 android:layout_width="fill_parent"
16 android:layout_height="fill_parent" 15 android:layout_height="fill_parent"
17 android:background="#FFF" 16 android:background="#FFF"
18 android:padding="5dp" 17 android:padding="5dp"
19 android:textSize="18sp" 18 android:textSize="18sp"
20 android:textColor="#000"/> 19 android:textColor="#000"/>
21 <TextView android:id="@+id/autofill_label" 20 <TextView android:id="@+id/autofill_label"
22 android:layout_alignParentRight="true" 21 android:layout_alignParentRight="true"
23 android:layout_width="wrap_content" 22 android:layout_width="wrap_content"
24 android:layout_height="fill_parent" 23 android:layout_height="fill_parent"
25 android:padding="5dp" 24 android:padding="5dp"
26 android:textSize="18sp" 25 android:textSize="18sp"
27 android:background="#FFF" 26 android:background="#FFF"
28 android:textColor="#CCC"/> 27 android:textColor="#CCC"/>
29 </RelativeLayout> 28 </RelativeLayout>
OLDNEW
« no previous file with comments | « build/android/findbugs_filter/findbugs_known_bugs.txt ('k') | chrome/android/java/res/layout/js_modal_dialog.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698