|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<androidx.constraintlayout.widget.ConstraintLayout |
3 |
| - xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
4 | 3 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
5 | 4 | xmlns:tools="http://schemas.android.com/tools"
|
6 | 5 | android:layout_width="match_parent"
|
7 | 6 | android:layout_height="match_parent"
|
| 7 | + xmlns:tools="http://schemas.android.com/tools" |
8 | 8 | android:layout_gravity="center_vertical"
|
| 9 | + android:layout_marginStart="16dp" |
9 | 10 | android:layout_marginTop="8dp"
|
10 | 11 | android:layout_marginLeft="16dp"
|
11 | 12 | android:layout_marginBottom="12dp"
|
|
43 | 44 | android:layout_marginLeft="16dp"
|
44 | 45 | android:layout_marginRight="16dp"
|
45 | 46 | android:layout_marginEnd="16dp"
|
| 47 | + android:layout_marginLeft="16dp" |
| 48 | + android:layout_marginRight="16dp" |
46 | 49 | android:layout_marginTop="16dp"
|
47 | 50 | android:ellipsize="end"
|
48 | 51 | android:maxLines="2"
|
|
61 | 64 | android:layout_marginLeft="16dp"
|
62 | 65 | android:layout_marginRight="16dp"
|
63 | 66 | android:layout_marginEnd="16dp"
|
| 67 | + android:layout_marginLeft="16dp" |
| 68 | + android:layout_marginRight="16dp" |
64 | 69 | android:layout_marginTop="8dp"
|
65 | 70 | android:ellipsize="end"
|
66 | 71 | android:maxLines="2"
|
|
83 | 88 |
|
84 | 89 | <Button
|
85 | 90 | android:id="@+id/embedded_message_first_button"
|
86 |
| - android:layout_width="0dp" |
| 91 | + android:layout_width="wrap_content" |
87 | 92 | android:layout_height="36dp"
|
88 | 93 | android:layout_marginStart="16dp"
|
89 | 94 | android:layout_marginLeft="16dp"
|
|
93 | 98 | android:ellipsize="end"
|
94 | 99 | android:paddingStart="8dp"
|
95 | 100 | android:paddingEnd="8dp"
|
| 101 | + android:paddingTop="0dp" |
| 102 | + android:paddingBottom="0dp" |
96 | 103 | android:singleLine="true"
|
97 | 104 | android:stateListAnimator="@null"
|
98 | 105 | android:textAllCaps="false"
|
|
0 commit comments