layout_back_tile.xml 921 Bytes
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/root"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:background="@color/color_000000"
    tools:ignore="MissingDefaultResource">

    <ImageView
        android:id="@+id/ivBack"
        android:layout_width="@dimen/rmrb_dp24"
        android:layout_height="@dimen/rmrb_dp24"
        android:layout_marginBottom="@dimen/rmrb_dp25"
        android:layout_marginStart="@dimen/rmrb_dp16"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintBottom_toBottomOf="parent"
        android:src="@mipmap/ic_short_video_back" />

</androidx.constraintlayout.widget.ConstraintLayout>