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

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

Issue 11377117: Remove AppResource and unneeded resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8
9 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
10 android:layout_height="fill_parent"
11 android:layout_width="fill_parent"
12 android:orientation="horizontal">
13 <TextView android:id="@+id/autofill_name"
14 android:layout_alignParentLeft="true"
15 android:layout_width="fill_parent"
16 android:layout_height="fill_parent"
17 android:background="#FFF"
18 android:padding="5dp"
19 android:textSize="18sp"
20 android:textColor="#000"/>
21 <TextView android:id="@+id/autofill_label"
22 android:layout_alignParentRight="true"
23 android:layout_width="wrap_content"
24 android:layout_height="fill_parent"
25 android:padding="5dp"
26 android:textSize="18sp"
27 android:background="#FFF"
28 android:textColor="#CCC"/>
29 </RelativeLayout>
OLDNEW
« no previous file with comments | « chrome/android/testshell/res/drawable/ic_menu_share_holo_light.png ('k') | chrome/android/testshell/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698