| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:id="@+id/rl_root" |
| | | android:layout_width="match_parent" |
| | | android:layout_width="450dp" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | |
| | | app:layout_constraintLeft_toRightOf="@+id/layout_not_update" |
| | | app:layout_constraintRight_toRightOf="parent" |
| | | android:layout_marginLeft="15dp" |
| | | app:commandType="@{4}" |
| | | app:onClickCommand="@{model.myTypeCommand}" |
| | | android:layout_marginRight="30dp"/> |
| | | |
| | | |