Skip to content

Instantly share code, notes, and snippets.

@Dmuasya
Created December 4, 2020 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dmuasya/b2274f8dba435448ba2d0c55f8fd6f05 to your computer and use it in GitHub Desktop.
Save Dmuasya/b2274f8dba435448ba2d0c55f8fd6f05 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/main_rcv"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="45dp"
android:layout_alignParentBottom="true"
android:background="#aa000000"
android:gravity="center">
<ImageButton
android:id="@+id/main_open_iv"
android:background="@null"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="15dp"
android:src="@drawable/open" />
</RelativeLayout>
</merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment