Skip to content

Instantly share code, notes, and snippets.

@imjeevandeshmukh
Created February 5, 2017 14:31
Show Gist options
  • Save imjeevandeshmukh/04cd3e9ad5dd8996b290a48eb365cdb5 to your computer and use it in GitHub Desktop.
Save imjeevandeshmukh/04cd3e9ad5dd8996b290a48eb365cdb5 to your computer and use it in GitHub Desktop.
listViewExample
<?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.bytelogs.listviewexample.MainActivity">
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/monthlistView"
/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment