media_preview_bottom_bar.xml
580 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_alignParentBottom="true"
android:background="#60000000">
<androidx.recyclerview.widget.RecyclerView
android:overScrollMode="never"
android:id="@+id/bottom_recycler_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="5dp"
android:paddingRight="5dp" />
</RelativeLayout>