Skip to content

Instantly share code, notes, and snippets.

@alfianyusufabdullah
Last active January 2, 2018 12:50
Show Gist options
  • Save alfianyusufabdullah/01633b53eaa7a3b62b42a5dcc007a331 to your computer and use it in GitHub Desktop.
Save alfianyusufabdullah/01633b53eaa7a3b62b42a5dcc007a331 to your computer and use it in GitHub Desktop.
list 1
<?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