Last active
January 2, 2018 12:50
-
-
Save alfianyusufabdullah/01633b53eaa7a3b62b42a5dcc007a331 to your computer and use it in GitHub Desktop.
list 1
This file contains hidden or 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"?> | |
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
tools:context="com.alfianyusufabdullah.crudezqlite.ListActivity"> | |
<android.support.v7.widget.RecyclerView | |
android:id="@+id/listMahasiswa" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:clipToPadding="false" | |
android:padding="16dp" /> | |
</android.support.constraint.ConstraintLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment