OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2017 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> |
| 5 |
| 6 <TextView xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 android:textSize="14sp" |
| 8 android:fontFamily="sans-serif" |
| 9 android:textColor="?android:attr/textColorPrimary" |
| 10 android:drawablePadding="8dip" |
| 11 android:gravity="start|center_vertical" |
| 12 android:layout_gravity="start|center_vertical" |
| 13 android:layout_height="48dip" |
| 14 android:layout_width="match_parent" |
| 15 android:paddingBottom="8dip" |
| 16 android:paddingEnd="16dip" |
| 17 android:paddingStart="16dip" |
| 18 android:paddingTop="8dip" |
| 19 android:singleLine="true" /> |
OLD | NEW |