Skip to content

Instantly share code, notes, and snippets.

@farooqkhan003
Created January 15, 2017 17:39
Show Gist options
  • Save farooqkhan003/14b621ab1f79cae0da78189b27fc50f3 to your computer and use it in GitHub Desktop.
Save farooqkhan003/14b621ab1f79cae0da78189b27fc50f3 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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"
android:orientation="vertical"
android:padding="8dp"
tools:context="com.demo.farooq.sublistlistview.MainActivity">
<ExpandableListView
android:id="@+id/simple_expandable_listview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:divider="@color/common_action_bar_splitter"
android:dividerHeight="2dp" >
</ExpandableListView>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment