AVLoadingIndicatorView icon indicating copy to clipboard operation
AVLoadingIndicatorView copied to clipboard

Cannot create view programatically with custom indicator

Open gyanani-harish opened this issue 8 years ago • 2 comments

AVLoadingIndicatorView progressBar = new AVLoadingIndicatorView(context);
progressBar.setIndicator("BallClipRotateMultipleIndicator");
progressBar.setIndicatorColor(Color.BLUE);

still showing default indicator.

gyanani-harish avatar Jan 09 '17 13:01 gyanani-harish

You are right, can't create dynamically. Instead, I put loading view inside a layout and inflate it where i will use.

aliguvenc avatar Mar 02 '18 06:03 aliguvenc

You need to add the full package name app:indicatorName="com.test.CustomPacmanIndicator"

wcdxg avatar Dec 10 '18 09:12 wcdxg