diff --git a/AndroidImageIndicator/.classpath b/AndroidImageIndicator/.classpath new file mode 100644 index 0000000..a4f1e40 --- /dev/null +++ b/AndroidImageIndicator/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/AndroidImageIndicator/.gitignore b/AndroidImageIndicator/.gitignore new file mode 100644 index 0000000..04e6b04 --- /dev/null +++ b/AndroidImageIndicator/.gitignore @@ -0,0 +1,3 @@ +.settings +bin/ +gen/ \ No newline at end of file diff --git a/AndroidImageIndicator/.project b/AndroidImageIndicator/.project new file mode 100644 index 0000000..1d978ec --- /dev/null +++ b/AndroidImageIndicator/.project @@ -0,0 +1,33 @@ + + + AndroidImageIndicator + + + + + + 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/AndroidImageIndicator/AndroidManifest.xml b/AndroidImageIndicator/AndroidManifest.xml new file mode 100644 index 0000000..b3d1a8b --- /dev/null +++ b/AndroidImageIndicator/AndroidManifest.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AndroidImageIndicator/ic_launcher-web.png b/AndroidImageIndicator/ic_launcher-web.png new file mode 100644 index 0000000..a18cbb4 Binary files /dev/null and b/AndroidImageIndicator/ic_launcher-web.png differ diff --git a/AndroidImageIndicator/libs/android-support-v4.jar b/AndroidImageIndicator/libs/android-support-v4.jar new file mode 100644 index 0000000..65ebaf8 Binary files /dev/null and b/AndroidImageIndicator/libs/android-support-v4.jar differ diff --git a/AndroidImageIndicator/proguard-project.txt b/AndroidImageIndicator/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/AndroidImageIndicator/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/AndroidImageIndicator/project.properties b/AndroidImageIndicator/project.properties new file mode 100644 index 0000000..6a78a6f --- /dev/null +++ b/AndroidImageIndicator/project.properties @@ -0,0 +1,15 @@ +# 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-17 +android.library.reference.1=../android-app-http/android-app-http diff --git a/AndroidImageIndicator/res/drawable-hdpi/arrow_left.png b/AndroidImageIndicator/res/drawable-hdpi/arrow_left.png new file mode 100644 index 0000000..5a42e87 Binary files /dev/null and b/AndroidImageIndicator/res/drawable-hdpi/arrow_left.png differ diff --git a/AndroidImageIndicator/res/drawable-hdpi/arrow_left_focus.png b/AndroidImageIndicator/res/drawable-hdpi/arrow_left_focus.png new file mode 100644 index 0000000..121b891 Binary files /dev/null and b/AndroidImageIndicator/res/drawable-hdpi/arrow_left_focus.png differ diff --git a/AndroidImageIndicator/res/drawable-hdpi/arrow_right.png b/AndroidImageIndicator/res/drawable-hdpi/arrow_right.png new file mode 100644 index 0000000..0a40420 Binary files /dev/null and b/AndroidImageIndicator/res/drawable-hdpi/arrow_right.png differ diff --git a/AndroidImageIndicator/res/drawable-hdpi/arrow_right_focus.png b/AndroidImageIndicator/res/drawable-hdpi/arrow_right_focus.png new file mode 100644 index 0000000..2b5a7e6 Binary files /dev/null and b/AndroidImageIndicator/res/drawable-hdpi/arrow_right_focus.png differ diff --git a/AndroidImageIndicator/res/drawable-hdpi/ic_launcher.png b/AndroidImageIndicator/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..8074c4c Binary files /dev/null and b/AndroidImageIndicator/res/drawable-hdpi/ic_launcher.png differ diff --git a/AndroidImageIndicator/res/drawable-hdpi/image_indicator.png b/AndroidImageIndicator/res/drawable-hdpi/image_indicator.png new file mode 100644 index 0000000..e6495d6 Binary files /dev/null and b/AndroidImageIndicator/res/drawable-hdpi/image_indicator.png differ diff --git a/AndroidImageIndicator/res/drawable-hdpi/image_indicator_focus.png b/AndroidImageIndicator/res/drawable-hdpi/image_indicator_focus.png new file mode 100644 index 0000000..15f2a9e Binary files /dev/null and b/AndroidImageIndicator/res/drawable-hdpi/image_indicator_focus.png differ diff --git a/AndroidImageIndicator/res/drawable-ldpi/ic_launcher.png b/AndroidImageIndicator/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..1095584 Binary files /dev/null and b/AndroidImageIndicator/res/drawable-ldpi/ic_launcher.png differ diff --git a/AndroidImageIndicator/res/drawable-mdpi/ic_launcher.png b/AndroidImageIndicator/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..a07c69f Binary files /dev/null and b/AndroidImageIndicator/res/drawable-mdpi/ic_launcher.png differ diff --git a/AndroidImageIndicator/res/drawable/arrow_left_selector.xml b/AndroidImageIndicator/res/drawable/arrow_left_selector.xml new file mode 100644 index 0000000..584b670 --- /dev/null +++ b/AndroidImageIndicator/res/drawable/arrow_left_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/AndroidImageIndicator/res/drawable/arrow_right_selector.xml b/AndroidImageIndicator/res/drawable/arrow_right_selector.xml new file mode 100644 index 0000000..f2e3856 --- /dev/null +++ b/AndroidImageIndicator/res/drawable/arrow_right_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/AndroidImageIndicator/res/layout/activity_indicator.xml b/AndroidImageIndicator/res/layout/activity_indicator.xml new file mode 100644 index 0000000..2680fca --- /dev/null +++ b/AndroidImageIndicator/res/layout/activity_indicator.xml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/AndroidImageIndicator/res/layout/activity_indicator_auto.xml b/AndroidImageIndicator/res/layout/activity_indicator_auto.xml new file mode 100644 index 0000000..75512c5 --- /dev/null +++ b/AndroidImageIndicator/res/layout/activity_indicator_auto.xml @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/AndroidImageIndicator/res/layout/activity_main.xml b/AndroidImageIndicator/res/layout/activity_main.xml new file mode 100644 index 0000000..f08c4fa --- /dev/null +++ b/AndroidImageIndicator/res/layout/activity_main.xml @@ -0,0 +1,28 @@ + + +