|
2 | 2 | <androidx.constraintlayout.widget.ConstraintLayout
|
3 | 3 | xmlns:android="http://schemas.android.com/apk/res/android"
|
4 | 4 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
| 5 | + xmlns:tools="http://schemas.android.com/tools" |
5 | 6 | android:layout_width="match_parent"
|
6 | 7 | android:layout_height="match_parent"
|
7 | 8 | android:layout_gravity="center_vertical"
|
|
39 | 40 | android:layout_width="match_parent"
|
40 | 41 | android:layout_height="wrap_content"
|
41 | 42 | android:layout_marginStart="16dp"
|
| 43 | + android:layout_marginLeft="16dp" |
| 44 | + android:layout_marginRight="16dp" |
42 | 45 | android:layout_marginEnd="16dp"
|
43 | 46 | android:layout_marginTop="16dp"
|
44 | 47 | android:ellipsize="end"
|
|
55 | 58 | android:layout_width="match_parent"
|
56 | 59 | android:layout_height="wrap_content"
|
57 | 60 | android:layout_marginStart="16dp"
|
| 61 | + android:layout_marginLeft="16dp" |
| 62 | + android:layout_marginRight="16dp" |
58 | 63 | android:layout_marginEnd="16dp"
|
59 | 64 | android:layout_marginTop="8dp"
|
60 | 65 | android:ellipsize="end"
|
|
81 | 86 | android:layout_width="0dp"
|
82 | 87 | android:layout_height="36dp"
|
83 | 88 | android:layout_marginStart="16dp"
|
| 89 | + android:layout_marginLeft="16dp" |
84 | 90 | android:layout_marginEnd="8dp"
|
| 91 | + android:layout_marginRight="8dp" |
85 | 92 | android:background="@drawable/primary_card_button_background"
|
86 | 93 | android:ellipsize="end"
|
87 | 94 | android:paddingStart="8dp"
|
|
90 | 97 | android:stateListAnimator="@null"
|
91 | 98 | android:textAllCaps="false"
|
92 | 99 | android:textColor="@color/white"
|
93 |
| - app:cornerRadius="32dp" /> |
| 100 | + app:cornerRadius="32dp" |
| 101 | + tools:ignore="Suspicious0dp" /> |
94 | 102 |
|
95 | 103 | <Button
|
96 | 104 | android:id="@+id/embedded_message_second_button"
|
97 | 105 | android:layout_width="0dp"
|
98 | 106 | android:layout_height="36dp"
|
99 | 107 | android:layout_marginEnd="16dp"
|
| 108 | + android:layout_marginRight="16dp" |
100 | 109 | android:layout_weight="1"
|
101 | 110 | android:background="@drawable/secondary_card_button_background"
|
102 | 111 | android:ellipsize="end"
|
|
0 commit comments