| | |
| | | android:layout_width="@dimen/dp_10" |
| | | android:layout_height="@dimen/dp_10" |
| | | android:layout_marginStart="@dimen/dp_7" |
| | | android:background="@drawable/up" |
| | | android:background="@drawable/down" |
| | | app:layout_constraintBottom_toBottomOf="@+id/all_device_title_tv" |
| | | app:layout_constraintStart_toEndOf="@+id/all_device_title_tv" |
| | | app:layout_constraintTop_toTopOf="@+id/all_device_title_tv" /> |
| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:id="@+id/message_bottom_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="82dp" |
| | | android:background="@color/text_FFFFFFFF" |
| | | android:layout_height="64dp" |
| | | android:background="@drawable/ffffff_18" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_49" |
| | | android:layout_height="@dimen/dp_47" |
| | | android:orientation="horizontal" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |