Created
December 4, 2020 08:32
-
-
Save Dmuasya/b2274f8dba435448ba2d0c55f8fd6f05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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