diff --git a/LICENSE b/LICENSE index 5fe32357dd4e5b560177c7d41de7bca346594456..2445a43bf61d3546c6b81e54ec5c01977a8f1cac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,8 @@ The MIT License (MIT) Copyright (c) 2014 singwhatiwanna +https://github.com/singwhatiwanna +http://blog.csdn.net/singwhatiwanna Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/PinnedHeaderExpandableListView/.classpath b/PinnedHeaderExpandableListView/.classpath new file mode 100644 index 0000000000000000000000000000000000000000..7bc01d9a9c6873b7e4fea3b29ee945267845ae86 --- /dev/null +++ b/PinnedHeaderExpandableListView/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/PinnedHeaderExpandableListView/.project b/PinnedHeaderExpandableListView/.project new file mode 100644 index 0000000000000000000000000000000000000000..3bbaf24b621c22fade76b254bd4138401cbf9c47 --- /dev/null +++ b/PinnedHeaderExpandableListView/.project @@ -0,0 +1,33 @@ + + + PinnedHeaderExpandableListView + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/PinnedHeaderExpandableListView/AndroidManifest.xml b/PinnedHeaderExpandableListView/AndroidManifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..752430bfbd0d423416ebba12f2b6a214a04b10ad --- /dev/null +++ b/PinnedHeaderExpandableListView/AndroidManifest.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PinnedHeaderExpandableListView/bin/ExpandableListViewDemo.apk b/PinnedHeaderExpandableListView/bin/ExpandableListViewDemo.apk new file mode 100644 index 0000000000000000000000000000000000000000..af66e828c96e15a65be52009861bd1114192e208 Binary files /dev/null and b/PinnedHeaderExpandableListView/bin/ExpandableListViewDemo.apk differ diff --git a/PinnedHeaderExpandableListView/ic_launcher-web.png b/PinnedHeaderExpandableListView/ic_launcher-web.png new file mode 100644 index 0000000000000000000000000000000000000000..c37372acb9ce85afcef436b349984adb8735347b Binary files /dev/null and b/PinnedHeaderExpandableListView/ic_launcher-web.png differ diff --git a/PinnedHeaderExpandableListView/libs/android-support-v4.jar b/PinnedHeaderExpandableListView/libs/android-support-v4.jar new file mode 100644 index 0000000000000000000000000000000000000000..018c1272b251e0698d28599a4d00833c82735855 Binary files /dev/null and b/PinnedHeaderExpandableListView/libs/android-support-v4.jar differ diff --git a/PinnedHeaderExpandableListView/proguard-project.txt b/PinnedHeaderExpandableListView/proguard-project.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2fe1559a217865a5454add526dcc446f892385b --- /dev/null +++ b/PinnedHeaderExpandableListView/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/PinnedHeaderExpandableListView/project.properties b/PinnedHeaderExpandableListView/project.properties new file mode 100644 index 0000000000000000000000000000000000000000..4ab125693c7c484a0252ee7eca9616e0f9b1ac67 --- /dev/null +++ b/PinnedHeaderExpandableListView/project.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-19 diff --git a/PinnedHeaderExpandableListView/res/drawable-hdpi/collapse.png b/PinnedHeaderExpandableListView/res/drawable-hdpi/collapse.png new file mode 100644 index 0000000000000000000000000000000000000000..58c5d258f15c3454876140a7977c85703c70ed0a Binary files /dev/null and b/PinnedHeaderExpandableListView/res/drawable-hdpi/collapse.png differ diff --git a/PinnedHeaderExpandableListView/res/drawable-hdpi/expanded.png b/PinnedHeaderExpandableListView/res/drawable-hdpi/expanded.png new file mode 100644 index 0000000000000000000000000000000000000000..da666a83f22edf80bacc13228f95e59406996389 Binary files /dev/null and b/PinnedHeaderExpandableListView/res/drawable-hdpi/expanded.png differ diff --git a/PinnedHeaderExpandableListView/res/drawable-hdpi/ic_action_search.png b/PinnedHeaderExpandableListView/res/drawable-hdpi/ic_action_search.png new file mode 100644 index 0000000000000000000000000000000000000000..67de12decbd60613f6716de113daae46dc7d6ff9 Binary files /dev/null and b/PinnedHeaderExpandableListView/res/drawable-hdpi/ic_action_search.png differ diff --git a/PinnedHeaderExpandableListView/res/drawable-hdpi/ic_launcher.png b/PinnedHeaderExpandableListView/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..a301d5795aaa4bc1d6b829815ca4515f44f4b394 Binary files /dev/null and b/PinnedHeaderExpandableListView/res/drawable-hdpi/ic_launcher.png differ diff --git a/PinnedHeaderExpandableListView/res/drawable-ldpi/ic_launcher.png b/PinnedHeaderExpandableListView/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2a58b2fad749f79450ad87434add0c4f92a7f2 Binary files /dev/null and b/PinnedHeaderExpandableListView/res/drawable-ldpi/ic_launcher.png differ diff --git a/PinnedHeaderExpandableListView/res/drawable-mdpi/ic_action_search.png b/PinnedHeaderExpandableListView/res/drawable-mdpi/ic_action_search.png new file mode 100644 index 0000000000000000000000000000000000000000..134d5490bd3310559cc944d44d24857eef29f2a1 Binary files /dev/null and b/PinnedHeaderExpandableListView/res/drawable-mdpi/ic_action_search.png differ diff --git a/PinnedHeaderExpandableListView/res/drawable-mdpi/ic_launcher.png b/PinnedHeaderExpandableListView/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..f91f736fe7a364fc4227627200f1f638d4e0952e Binary files /dev/null and b/PinnedHeaderExpandableListView/res/drawable-mdpi/ic_launcher.png differ diff --git a/PinnedHeaderExpandableListView/res/drawable-xhdpi/ic_action_search.png b/PinnedHeaderExpandableListView/res/drawable-xhdpi/ic_action_search.png new file mode 100644 index 0000000000000000000000000000000000000000..d699c6b37e0dcb1d636ebdd6733ab6d576d97ab5 Binary files /dev/null and b/PinnedHeaderExpandableListView/res/drawable-xhdpi/ic_action_search.png differ diff --git a/PinnedHeaderExpandableListView/res/drawable-xhdpi/ic_launcher.png b/PinnedHeaderExpandableListView/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..96095ec84ba3819f01c064af82c87cfede3b73ec Binary files /dev/null and b/PinnedHeaderExpandableListView/res/drawable-xhdpi/ic_launcher.png differ diff --git a/PinnedHeaderExpandableListView/res/drawable/child_bg.xml b/PinnedHeaderExpandableListView/res/drawable/child_bg.xml new file mode 100644 index 0000000000000000000000000000000000000000..bd88309e68135b301ebcc18077942667394c4a17 --- /dev/null +++ b/PinnedHeaderExpandableListView/res/drawable/child_bg.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/PinnedHeaderExpandableListView/res/drawable/selector_group.xml b/PinnedHeaderExpandableListView/res/drawable/selector_group.xml new file mode 100644 index 0000000000000000000000000000000000000000..dcdbdb16ba3858853196277a264fe3845faafa6e --- /dev/null +++ b/PinnedHeaderExpandableListView/res/drawable/selector_group.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/PinnedHeaderExpandableListView/res/drawable/selector_item.xml b/PinnedHeaderExpandableListView/res/drawable/selector_item.xml new file mode 100644 index 0000000000000000000000000000000000000000..158f587beedf440ce18f8560f198faa87f7884c7 --- /dev/null +++ b/PinnedHeaderExpandableListView/res/drawable/selector_item.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/PinnedHeaderExpandableListView/res/layout/child.xml b/PinnedHeaderExpandableListView/res/layout/child.xml new file mode 100644 index 0000000000000000000000000000000000000000..e7df774803ed2f4cb612f7dc3b38bf65d0c18bd1 --- /dev/null +++ b/PinnedHeaderExpandableListView/res/layout/child.xml @@ -0,0 +1,40 @@ + + + + + + + +