layout_play_status_tile.xml
889 Bytes
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/rmrb_dp66"
android:layout_height="@dimen/rmrb_dp66"
tools:background="@color/color_000000">
<ImageView
android:id="@+id/ivPlayStatus"
android:layout_width="@dimen/rmrb_dp66"
android:layout_height="@dimen/rmrb_dp66"
android:src="@mipmap/icon_live_pause"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>