|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <LinearLayout |
3 | 3 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 4 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
4 | 5 | xmlns:tools="http://schemas.android.com/tools" |
5 | 6 | android:id="@+id/summaryPeekContent" |
6 | 7 | android:layout_width="wrap_content" |
|
12 | 13 | android:id="@+id/timeRemainingText" |
13 | 14 | android:layout_width="wrap_content" |
14 | 15 | android:layout_height="wrap_content" |
15 | | - android:textColor="?attr/navigationViewPrimaryText" |
| 16 | + android:ellipsize="end" |
16 | 17 | android:includeFontPadding="false" |
| 18 | + android:maxLines="1" |
| 19 | + android:textColor="?attr/navigationViewPrimaryText" |
17 | 20 | android:textSize="26sp" |
18 | | - tools:text="5 min"/> |
| 21 | + app:autoSizeMaxTextSize="26sp" |
| 22 | + app:autoSizeMinTextSize="20sp" |
| 23 | + app:autoSizeStepGranularity="1sp" |
| 24 | + app:autoSizeTextType="uniform" |
| 25 | + tools:text="3 days 12 hrs 5min"/> |
19 | 26 |
|
20 | 27 | <LinearLayout |
21 | 28 | android:layout_width="wrap_content" |
|
26 | 33 | android:id="@+id/distanceRemainingText" |
27 | 34 | android:layout_width="wrap_content" |
28 | 35 | android:layout_height="wrap_content" |
29 | | - android:textColor="?attr/navigationViewSecondaryText" |
| 36 | + android:ellipsize="end" |
30 | 37 | android:includeFontPadding="false" |
31 | 38 | android:maxLines="1" |
32 | | - android:ellipsize="end" |
| 39 | + android:textColor="?attr/navigationViewSecondaryText" |
33 | 40 | android:textSize="18sp" |
34 | 41 | tools:text="17 miles"/> |
35 | 42 |
|
36 | 43 | <TextView |
37 | 44 | android:id="@+id/arrivalTimeText" |
38 | 45 | android:layout_width="wrap_content" |
39 | 46 | android:layout_height="wrap_content" |
40 | | - android:layout_marginLeft="16dp" |
41 | 47 | android:layout_marginStart="16dp" |
42 | | - android:textColor="?attr/navigationViewSecondaryText" |
| 48 | + android:layout_marginLeft="16dp" |
| 49 | + android:ellipsize="end" |
43 | 50 | android:includeFontPadding="false" |
44 | 51 | android:maxLines="1" |
45 | | - android:ellipsize="end" |
| 52 | + android:textColor="?attr/navigationViewSecondaryText" |
46 | 53 | android:textSize="18sp" |
47 | 54 | tools:text="10:38am"/> |
48 | 55 |
|
|
0 commit comments