Skip to content

Commit 0f2d745

Browse files
committed
fix issue #8
1 parent 18bb454 commit 0f2d745

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

library/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
55
<application android:allowBackup="true"
66
android:label="@string/app_name"
7-
android:icon="@drawable/ic_launcher"
87
>
98
</application>
109

library/src/main/java/com/daimajia/slider/library/SliderTypes/BaseSliderView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public void onError() {
212212
}
213213
});
214214
}
215+
215216
private View progressBar = null;
216217
/**
217218
* when you want to extends this class, you must call this method to bind click event to your view.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)