| <?xml version="1.0" encoding="utf-8"?> | 
| <layout > | 
|     <data> | 
|         <import type="com.doumee.lib_coremodel.base.BaseViewModel"/> | 
|         <variable | 
|             name="model" | 
|             type="com.doumee.keyCabinet.ui.guide.TestVM" /> | 
|     </data> | 
|     <androidx.constraintlayout.widget.ConstraintLayout | 
|         xmlns:tools="http://schemas.android.com/tools" | 
|         xmlns:android="http://schemas.android.com/apk/res/android" | 
|         xmlns:app="http://schemas.android.com/apk/res-auto" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="match_parent" | 
|         tools:context=".ui.guide.TestActivity" | 
|         > | 
|   | 
|   | 
|   | 
|     </androidx.constraintlayout.widget.ConstraintLayout> | 
| </layout> |