|
18 | 18 |
|
19 | 19 | </TextView> |
20 | 20 |
|
21 | | - <androidx.cardview.widget.CardView |
22 | | - android:id="@+id/cardBrand" |
23 | | - android:layout_width="match_parent" |
24 | | - android:layout_height="wrap_content" |
25 | | - android:layout_marginLeft="16dp" |
26 | | - android:layout_marginTop="16dp" |
27 | | - android:layout_marginRight="16dp" |
28 | | - app:cardCornerRadius="8dp" |
29 | | - android:visibility="visible" |
30 | | - app:layout_constraintTop_toBottomOf="@+id/textTitle" |
31 | | - app:layout_constraintStart_toStartOf="parent" |
32 | | - app:layout_constraintEnd_toEndOf="parent" |
33 | | - > |
34 | | - |
35 | | - <RelativeLayout |
36 | | - android:layout_width="match_parent" |
37 | | - android:layout_height="wrap_content"> |
38 | | - |
39 | | - <ImageView |
40 | | - android:id="@+id/imageNotice" |
41 | | - android:layout_width="24dp" |
42 | | - android:layout_height="24dp" |
43 | | - android:layout_alignParentStart="true" |
44 | | - android:layout_alignParentTop="true" |
45 | | - android:layout_marginTop="16dp" |
46 | | - android:layout_marginLeft="10dp" |
47 | | - app:srcCompat="@drawable/ic_tip" |
48 | | - tools:ignore="ContentDescription" /> |
49 | | - |
50 | | - <TextView |
51 | | - android:layout_width="match_parent" |
52 | | - android:layout_height="wrap_content" |
53 | | - android:layout_marginRight="10dp" |
54 | | - android:layout_marginLeft="10dp" |
55 | | - android:layout_toRightOf="@+id/imageNotice" |
56 | | - android:layout_marginTop="16dp" |
57 | | - android:layout_marginBottom="16dp" |
58 | | - android:text="FacePlugin Ltd offers SDKs for face recognition, liveness detection, and id document recognition."></TextView> |
59 | | - </RelativeLayout> |
60 | | - |
61 | | - </androidx.cardview.widget.CardView> |
62 | | - |
63 | 21 | <LinearLayout |
64 | 22 | android:id="@+id/lytButtons1" |
65 | | - app:layout_constraintTop_toBottomOf="@+id/cardBrand" |
| 23 | + app:layout_constraintTop_toBottomOf="@+id/textTitle" |
66 | 24 | android:orientation="horizontal" |
67 | 25 | android:layout_width="match_parent" |
68 | 26 | android:layout_margin="16dp" |
|
159 | 117 | app:layout_constraintBottom_toBottomOf="parent" |
160 | 118 | > |
161 | 119 |
|
162 | | - <ImageView |
163 | | - android:id="@+id/imageBrand" |
164 | | - android:layout_width="100dp" |
165 | | - android:layout_height="100dp" |
166 | | - android:layout_marginBottom="10dp" |
167 | | - app:srcCompat="@drawable/ic_faceplugin" |
| 120 | + <androidx.cardview.widget.CardView |
| 121 | + android:id="@+id/cardBrand" |
| 122 | + android:layout_width="match_parent" |
| 123 | + android:layout_height="wrap_content" |
| 124 | + android:layout_marginLeft="16dp" |
| 125 | + android:layout_marginTop="16dp" |
| 126 | + android:layout_marginRight="16dp" |
| 127 | + android:layout_marginBottom="16dp" |
| 128 | + app:cardCornerRadius="8dp" |
| 129 | + android:visibility="visible" |
| 130 | + app:layout_constraintTop_toBottomOf="@+id/textTitle" |
| 131 | + app:layout_constraintStart_toStartOf="parent" |
| 132 | + app:layout_constraintEnd_toEndOf="parent" |
168 | 133 | > |
169 | | - </ImageView> |
| 134 | + |
| 135 | + <RelativeLayout |
| 136 | + android:layout_width="match_parent" |
| 137 | + android:layout_height="wrap_content"> |
| 138 | + |
| 139 | + <ImageView |
| 140 | + android:id="@+id/imageNotice" |
| 141 | + android:layout_width="24dp" |
| 142 | + android:layout_height="24dp" |
| 143 | + android:layout_alignParentStart="true" |
| 144 | + android:layout_alignParentTop="true" |
| 145 | + android:layout_marginTop="16dp" |
| 146 | + android:layout_marginLeft="10dp" |
| 147 | + app:srcCompat="@drawable/ic_faceplugin" |
| 148 | + tools:ignore="ContentDescription" /> |
| 149 | + |
| 150 | + <TextView |
| 151 | + android:layout_width="match_parent" |
| 152 | + android:layout_height="wrap_content" |
| 153 | + android:layout_marginRight="10dp" |
| 154 | + android:layout_marginLeft="10dp" |
| 155 | + android:layout_toRightOf="@+id/imageNotice" |
| 156 | + android:layout_marginTop="16dp" |
| 157 | + android:layout_marginBottom="16dp" |
| 158 | + android:text="FacePlugin Ltd offers SDKs for face recognition, liveness detection, and id document recognition."></TextView> |
| 159 | + </RelativeLayout> |
| 160 | + |
| 161 | + </androidx.cardview.widget.CardView> |
| 162 | + |
| 163 | +<!-- <ImageView--> |
| 164 | +<!-- android:id="@+id/imageBrand"--> |
| 165 | +<!-- android:layout_width="100dp"--> |
| 166 | +<!-- android:layout_height="100dp"--> |
| 167 | +<!-- android:layout_marginBottom="10dp"--> |
| 168 | +<!-- app:srcCompat="@drawable/ic_faceplugin"--> |
| 169 | +<!-- >--> |
| 170 | +<!-- </ImageView>--> |
170 | 171 | </LinearLayout> |
171 | 172 |
|
172 | 173 | <ListView |
|
0 commit comments