Skip to content

Commit

Permalink
#11
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Jun 17, 2014
1 parent b51a863 commit a259a19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
android:layout_marginBottom="20dp"
/>
<com.daimajia.slider.library.Indicators.PagerIndicator
android:id="@+id/custom_indicator_2"
style="@style/AndroidImageSlider_Magnifier_Oval_Black"
android:id="@+id/custom_indicator2"
style="@style/AndroidImageSlider_Corner_Oval_Orange"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
android:layout_marginBottom="20dp"
Expand Down
2 changes: 2 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:19.+'
compile 'com.squareup.picasso:picasso:+'
compile 'com.nineoldandroids:library:+'
}
apply from: './gradle-mvn-push.gradle'
Binary file removed library/libs/nineoldandroids-2.4.0.jar
Binary file not shown.
Binary file removed library/libs/picasso-2.3.1.jar
Binary file not shown.

0 comments on commit a259a19

Please sign in to comment.