| | |
| | | android:layout_height="7dp" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="22.5dp" |
| | | android:background="@drawable/device_state_ffb9b9b9" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | android:background="@drawable/device_state_ffb9b9b9" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/device_search_name_tv" |
| | |
| | | android:layout_marginStart="6dp" |
| | | android:layout_marginTop="16dp" |
| | | android:layout_marginEnd="@dimen/dp_5" |
| | | android:layout_toEndOf="@+id/device_search_state_tv" |
| | | android:ellipsize="end" |
| | | android:gravity="center_vertical" |
| | | android:gravity="center_vertical|start" |
| | | android:singleLine="true" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toEndOf="@+id/device_search_state_tv" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | |
| | | <TextView |
| | |
| | | android:layout_below="@+id/device_search_name_tv" |
| | | android:layout_alignStart="@+id/device_search_state_tv" |
| | | android:layout_marginTop="@dimen/dp_6" |
| | | android:layout_toEndOf="@+id/device_search_name_tv" |
| | | android:gravity="center_vertical" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="@dimen/text_12" /> |