| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2013 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 | 7 |
| 8 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 8 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 9 android:id="@+id/date_time_suggestion" | 9 android:id="@+id/date_time_suggestion" |
| 10 android:layout_width="match_parent" | 10 android:layout_width="match_parent" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 android:layout_width="0dp" | 26 android:layout_width="0dp" |
| 27 android:layout_height="wrap_content" | 27 android:layout_height="wrap_content" |
| 28 android:layout_marginEnd="10dp" | 28 android:layout_marginEnd="10dp" |
| 29 android:layout_weight="1" | 29 android:layout_weight="1" |
| 30 android:textSize="18sp" | 30 android:textSize="18sp" |
| 31 android:gravity="end" | 31 android:gravity="end" |
| 32 android:textColor="#8b8b8b" | 32 android:textColor="#8b8b8b" |
| 33 android:ellipsize="end" | 33 android:ellipsize="end" |
| 34 android:singleLine="true" /> | 34 android:singleLine="true" /> |
| 35 </LinearLayout> | 35 </LinearLayout> |
| OLD | NEW |