Created
January 15, 2017 17:39
-
-
Save farooqkhan003/14b621ab1f79cae0da78189b27fc50f3 to your computer and use it in GitHub Desktop.
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"?> | |
<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