@@ -91,12 +91,12 @@ public ExpandIconView(@NonNull Context context, @Nullable AttributeSet attrs, in
91
91
final boolean roundedCorners ;
92
92
final long animationDuration ;
93
93
try {
94
- roundedCorners = array .getBoolean (R .styleable .ExpandIconView_roundedCorners , false );
95
- switchColor = array .getBoolean (R .styleable .ExpandIconView_switchColor , false );
96
- color = array .getColor (R .styleable .ExpandIconView_color , Color .BLACK );
97
- colorMore = array .getColor (R .styleable .ExpandIconView_colorMore , Color .BLACK );
98
- colorLess = array .getColor (R .styleable .ExpandIconView_colorLess , Color .BLACK );
99
- animationDuration = array .getInteger (R .styleable .ExpandIconView_animationDuration , (int ) DEFAULT_ANIMATION_DURATION );
94
+ roundedCorners = array .getBoolean (R .styleable .ExpandIconView_eiv_roundedCorners , false );
95
+ switchColor = array .getBoolean (R .styleable .ExpandIconView_eiv_switchColor , false );
96
+ color = array .getColor (R .styleable .ExpandIconView_eiv_color , Color .BLACK );
97
+ colorMore = array .getColor (R .styleable .ExpandIconView_eiv_colorMore , Color .BLACK );
98
+ colorLess = array .getColor (R .styleable .ExpandIconView_eiv_colorLess , Color .BLACK );
99
+ animationDuration = array .getInteger (R .styleable .ExpandIconView_eiv_animationDuration , (int ) DEFAULT_ANIMATION_DURATION );
100
100
padding = array .getDimensionPixelSize (R .styleable .ExpandIconView_eiv_padding , -1 );
101
101
useDefaultPadding = (padding == -1 );
102
102
} finally {
0 commit comments