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

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

Issue 1096113004: Remove a duplicate dimen that got added accidentally. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 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 <TextView xmlns:android="http://schemas.android.com/apk/res/android" 7 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
8 android:id="@+id/fre_spinner_text" 8 android:id="@+id/fre_spinner_text"
9 android:layout_width="wrap_content" 9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content" 10 android:layout_height="wrap_content"
11 android:maxWidth="216dp" 11 android:maxWidth="216dp"
12 android:layoutDirection="locale" 12 android:layoutDirection="locale"
13 android:padding="@dimen/fre_button_padding"
14 android:paddingBottom="16dp" 13 android:paddingBottom="16dp"
15 android:paddingEnd="12dp" 14 android:paddingEnd="12dp"
16 android:paddingStart="12dp" 15 android:paddingStart="12dp"
17 android:paddingTop="16dp" 16 android:paddingTop="16dp"
18 android:textAlignment="viewStart" 17 android:textAlignment="viewStart"
19 android:ellipsize="end" 18 android:ellipsize="end"
20 android:singleLine="true" 19 android:singleLine="true"
21 android:textColor="@color/fre_text_color" 20 android:textColor="@color/fre_text_color"
22 android:textSize="@dimen/fre_normal_text_size" /> 21 android:textSize="@dimen/fre_normal_text_size" />
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/fre_spinner_dropdown.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698