Skip to content

Instantly share code, notes, and snippets.

@alfianyusufabdullah
Created February 3, 2017 06:06
Show Gist options
  • Select an option

  • Save alfianyusufabdullah/1bfbfe17af0eaf1984b76c54a5a040a5 to your computer and use it in GitHub Desktop.

Select an option

Save alfianyusufabdullah/1bfbfe17af0eaf1984b76c54a5a040a5 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.jonesrandom.tutoriallistview.MainActivity">
<ListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="@dimen/activity_horizontal_margin"/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment