<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout android:background="@color/app_text_color_f6f7f8" android:paddingTop="@dimen/sw_30" android:paddingBottom="@dimen/sw_30" android:layout_width="fill_parent" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
    <androidx.appcompat.widget.AppCompatTextView android:textSize="@dimen/sw_25" android:textColor="@color/_333333" android:id="@id/tvItemNetName" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />
    <androidx.appcompat.widget.AppCompatImageView android:id="@id/ivItemNetSignal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_noddle_signal3" android:layout_marginEnd="@dimen/sw_30" app:layout_constraintBottom_toBottomOf="@id/tvItemNetPing" app:layout_constraintEnd_toStartOf="@id/tvItemNetPing" app:layout_constraintTop_toTopOf="@id/tvItemNetPing" />
    <androidx.appcompat.widget.AppCompatTextView android:textSize="@dimen/sw_25" android:textColor="@color/_333333" android:id="@id/tvItemNetPing" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="@id/tvItemNetName" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="@id/tvItemNetName" />
</androidx.constraintlayout.widget.ConstraintLayout>