| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. | |
| 3 | |
| 4 Use of this source code is governed by a BSD-style license that can be | |
| 5 found in the LICENSE file. | |
| 6 --> | |
| 7 <TextView xmlns:android="http://schemas.android.com/apk/res/android" | |
| 8 android:id="@+id/fre_spinner_text" | |
| 9 android:layout_width="wrap_content" | |
| 10 android:layout_height="wrap_content" | |
| 11 android:maxWidth="300dp" | |
| 12 android:layoutDirection="locale" | |
| 13 android:paddingTop="8dp" | |
| 14 android:paddingBottom="8dp" | |
| 15 android:paddingEnd="16dp" | |
| 16 android:paddingStart="4dp" | |
| 17 android:textAlignment="viewStart" | |
| 18 android:ellipsize="end" | |
| 19 android:singleLine="true" | |
| 20 android:textColor="@color/fre_text_color" | |
| 21 android:textSize="@dimen/fre_normal_text_size" /> | |
| OLD | NEW |