Skip to content

Commit a259a19

Browse files
committed
1 parent b51a863 commit a259a19

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

demo/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
android:layout_marginBottom="20dp"
3737
/>
3838
<com.daimajia.slider.library.Indicators.PagerIndicator
39-
android:id="@+id/custom_indicator_2"
40-
style="@style/AndroidImageSlider_Magnifier_Oval_Black"
39+
android:id="@+id/custom_indicator2"
40+
style="@style/AndroidImageSlider_Corner_Oval_Orange"
4141
android:layout_centerHorizontal="true"
4242
android:layout_alignParentBottom="true"
4343
android:layout_marginBottom="20dp"

library/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ android {
2424
dependencies {
2525
compile fileTree(dir: 'libs', include: ['*.jar'])
2626
compile 'com.android.support:appcompat-v7:19.+'
27+
compile 'com.squareup.picasso:picasso:+'
28+
compile 'com.nineoldandroids:library:+'
2729
}
2830
apply from: './gradle-mvn-push.gradle'
-108 KB
Binary file not shown.

library/libs/picasso-2.3.1.jar

-100 KB
Binary file not shown.

0 commit comments

Comments
 (0)