12
12
<import type =" android.view.View" />
13
13
</data >
14
14
15
- <android .support.constraint .ConstraintLayout
15
+ <androidx .constraintlayout.widget .ConstraintLayout
16
16
android : layout_width =" match_parent"
17
17
android : layout_height =" match_parent"
18
18
tools : context =" .ConsentActivity"
69
69
app : layout_constraintBottom_toBottomOf =" parent"
70
70
app : layout_constraintTop_toBottomOf =" @+id/category" >
71
71
72
- <android .support.constraint .ConstraintLayout
72
+ <androidx .constraintlayout.widget .ConstraintLayout
73
73
android : layout_width =" match_parent"
74
74
android : layout_height =" wrap_content"
75
75
android : orientation =" vertical"
87
87
<!-- android:text="@{request.isConsented ? @string/gdpr_withdraw_consent : @string/gdpr_give_consent, default=@string/gdpr_give_consent}"-->
88
88
<!-- android:textColor="@color/colorGdprPrimary" />-->
89
89
90
- <android .support.v7 .widget.CardView
90
+ <androidx .cardview .widget.CardView
91
91
android : layout_width =" match_parent"
92
92
android : layout_height =" wrap_content"
93
93
android : id =" @+id/consentCard"
97
97
app : cardBackgroundColor =" @color/colorGdprPrimary"
98
98
app : layout_constraintTop_toTopOf =" parent" >
99
99
100
- <android .support.constraint .ConstraintLayout
100
+ <androidx .constraintlayout.widget .ConstraintLayout
101
101
android : layout_width =" match_parent"
102
102
android : padding =" 8dp"
103
103
android : layout_height =" match_parent"
130
130
app : layout_constraintTop_toBottomOf =" @+id/consentLabel" />
131
131
132
132
133
- <android .support.v7 .widget.SwitchCompat
133
+ <androidx .appcompat .widget.SwitchCompat
134
134
android : id =" @+id/consent"
135
135
android : layout_width =" wrap_content"
136
136
android : layout_height =" wrap_content"
153
153
app : layout_constraintRight_toRightOf =" parent"
154
154
app : layout_constraintTop_toTopOf =" @+id/consent"
155
155
app : layout_constraintVertical_bias =" 0.5" />
156
- </android .support.constraint .ConstraintLayout>
157
- </android .support.v7 .widget.CardView>
156
+ </androidx .constraintlayout.widget .ConstraintLayout>
157
+ </androidx .cardview .widget.CardView>
158
158
159
- <android .support.v7 .widget.CardView
159
+ <androidx .cardview .widget.CardView
160
160
android : id =" @+id/whyNeededCard"
161
161
android : layout_width =" match_parent"
162
162
android : layout_height =" wrap_content"
186
186
/>
187
187
</LinearLayout >
188
188
189
- </android .support.v7 .widget.CardView>
189
+ </androidx .cardview .widget.CardView>
190
190
191
- <android .support.v7 .widget.CardView
191
+ <androidx .cardview .widget.CardView
192
192
android : id =" @+id/whatCard"
193
193
android : layout_width =" match_parent"
194
194
android : layout_height =" wrap_content"
219
219
android : text =" @{request.what, default=`What does consenting entail`}" />
220
220
</LinearLayout >
221
221
222
- </android .support.v7 .widget.CardView>
222
+ </androidx .cardview .widget.CardView>
223
223
224
- <android .support.v7 .widget.CardView
224
+ <androidx .cardview .widget.CardView
225
225
android : id =" @+id/moreInformationCard"
226
226
android : layout_width =" match_parent"
227
227
android : layout_height =" wrap_content"
259
259
260
260
</LinearLayout >
261
261
262
- </android .support.v7 .widget.CardView>
262
+ </androidx .cardview .widget.CardView>
263
263
264
264
265
- <android .support.design.widget .FloatingActionButton
265
+ <com .google.android.material.floatingactionbutton .FloatingActionButton
266
266
android : id =" @+id/toTop"
267
267
android : layout_width =" wrap_content"
268
268
android : layout_height =" wrap_content"
275
275
app : layout_constraintTop_toBottomOf =" @+id/moreInformationCard"
276
276
app : srcCompat =" @drawable/ic_chevron_double_up_white_48dp" />
277
277
278
- </android .support.constraint .ConstraintLayout>
278
+ </androidx .constraintlayout.widget .ConstraintLayout>
279
279
</ScrollView >
280
280
281
281
290
290
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
291
291
<!-- app:layout_constraintLeft_toLeftOf="parent"-->
292
292
<!-- app:layout_constraintRight_toRightOf="parent" />-->
293
- </android .support.constraint .ConstraintLayout>
293
+ </androidx .constraintlayout.widget .ConstraintLayout>
294
294
</layout >
0 commit comments