From 8ca6c74f29d8b6310c284e317f9a7d151eb761c8 Mon Sep 17 00:00:00 2001 From: winfirm Date: Mon, 15 Sep 2014 22:17:35 +0800 Subject: [PATCH] udpate README.md --- AndroidImageIndicator/.classpath | 18 +- AndroidImageIndicator/.project | 66 +- .../res/drawable/arrow_left_selector.xml | 14 +- .../res/drawable/arrow_right_selector.xml | 14 +- .../res/layout/image_indicator_layout.xml | 104 +- AndroidImageIndicator/res/values/dimens.xml | 12 +- AndroidImageIndicator/res/values/strings.xml | 14 +- AndroidImageIndicator/res/values/styles.xml | 38 +- .../common/view/ImageIndicatorView.java | 920 +++++++++--------- .../sample/AutoImageIndicatorActivity.java | 7 +- README.md | 35 +- 11 files changed, 616 insertions(+), 626 deletions(-) diff --git a/AndroidImageIndicator/.classpath b/AndroidImageIndicator/.classpath index 26bdfa6..7bc01d9 100644 --- a/AndroidImageIndicator/.classpath +++ b/AndroidImageIndicator/.classpath @@ -1,9 +1,9 @@ - - - - - - - - - + + + + + + + + + diff --git a/AndroidImageIndicator/.project b/AndroidImageIndicator/.project index 1d978ec..8696424 100644 --- a/AndroidImageIndicator/.project +++ b/AndroidImageIndicator/.project @@ -1,33 +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 - - + + + 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/res/drawable/arrow_left_selector.xml b/AndroidImageIndicator/res/drawable/arrow_left_selector.xml index 584b670..baf1efc 100644 --- a/AndroidImageIndicator/res/drawable/arrow_left_selector.xml +++ b/AndroidImageIndicator/res/drawable/arrow_left_selector.xml @@ -1,8 +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 index f2e3856..dd3c179 100644 --- a/AndroidImageIndicator/res/drawable/arrow_right_selector.xml +++ b/AndroidImageIndicator/res/drawable/arrow_right_selector.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/AndroidImageIndicator/res/layout/image_indicator_layout.xml b/AndroidImageIndicator/res/layout/image_indicator_layout.xml index ddd0175..bbfae6d 100644 --- a/AndroidImageIndicator/res/layout/image_indicator_layout.xml +++ b/AndroidImageIndicator/res/layout/image_indicator_layout.xml @@ -1,53 +1,53 @@ - - - - - - - -