|
19 | 19 | android:id="@+id/time_zone_title" |
20 | 20 | android:layout_width="wrap_content" |
21 | 21 | android:layout_height="match_parent" |
22 | | - android:layout_toLeftOf="@+id/time_zone_time" |
23 | 22 | android:ellipsize="end" |
24 | 23 | android:fontFeatureSettings="tnum" |
25 | 24 | android:gravity="center_vertical" |
26 | 25 | android:maxLines="1" |
27 | 26 | android:padding="@dimen/activity_margin" |
28 | 27 | android:textSize="@dimen/big_text_size" |
29 | 28 | app:layout_constraintBottom_toBottomOf="parent" |
| 29 | + app:layout_constraintStart_toStartOf="parent" |
| 30 | + app:layout_constraintTop_toTopOf="parent" |
30 | 31 | tools:text="GMT-11:00 Midway" /> |
31 | 32 |
|
32 | 33 | <org.fossify.commons.views.MyTextView |
33 | 34 | android:id="@+id/time_zone_time" |
34 | 35 | android:layout_width="wrap_content" |
35 | 36 | android:layout_height="wrap_content" |
36 | | - android:layout_centerVertical="true" |
37 | 37 | android:ellipsize="end" |
38 | 38 | android:fontFeatureSettings="tnum" |
39 | | - android:paddingLeft="@dimen/activity_margin" |
40 | | - android:paddingRight="@dimen/activity_margin" |
| 39 | + android:paddingHorizontal="@dimen/activity_margin" |
41 | 40 | android:textSize="@dimen/actionbar_text_size" |
42 | 41 | app:layout_constraintBottom_toTopOf="@+id/time_zone_date" |
43 | 42 | app:layout_constraintEnd_toEndOf="parent" |
|
49 | 48 | android:id="@+id/time_zone_date" |
50 | 49 | android:layout_width="wrap_content" |
51 | 50 | android:layout_height="wrap_content" |
52 | | - android:layout_below="@+id/time_zone_time" |
53 | 51 | android:ellipsize="end" |
54 | | - android:paddingLeft="@dimen/activity_margin" |
55 | | - android:paddingRight="@dimen/activity_margin" |
| 52 | + android:paddingHorizontal="@dimen/activity_margin" |
56 | 53 | android:textSize="@dimen/normal_text_size" |
57 | 54 | app:layout_constraintBottom_toBottomOf="parent" |
58 | 55 | app:layout_constraintEnd_toEndOf="parent" |
|
0 commit comments