Skip to content

Commit d1b0c0a

Browse files
committed
Fix default style
1 parent 60eb96d commit d1b0c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/wang/avi/AVLoadingIndicatorView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public AVLoadingIndicatorView(Context context) {
7272

7373
public AVLoadingIndicatorView(Context context, AttributeSet attrs) {
7474
super(context, attrs);
75-
init(context, attrs,0,0);
75+
init(context, attrs,0,R.style.AVLoadingIndicatorView);
7676
}
7777

7878
public AVLoadingIndicatorView(Context context, AttributeSet attrs, int defStyleAttr) {

0 commit comments

Comments
 (0)