| | |
| | | app:layout_constraintEnd_toEndOf="@+id/recycler_view" |
| | | android:visibility="@{model.emptyVisibility}"/> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/deviceListLayout" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | app:layout_constraintTop_toBottomOf="@+id/viewBack" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginTop="14dp" |
| | | android:layout_marginLeft="30dp" |
| | | android:layout_marginRight="30dp" |
| | | android:orientation="vertical" |
| | | android:visibility="visible"/> |
| | | |
| | | <Button |
| | | android:id="@+id/bt_con" |
| | | android:layout_width="200dp" |
| | | android:layout_height="70dp" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:text="比较" |
| | | android:textSize="30sp" |
| | | app:commandType="@{5}" |
| | | app:onClickCommand="@{model.myTypeCommand}"/> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </layout> |