My progress dialogue background color is not changing


after checking light theme the bg colour is not changing

Are you testing an apk or in the companion? Posting just an image is not how you should ask a question.

1 Like

Make Custom Progress Dialogue Use Arrangements for that

1 Like

I am not testing my app in companion because I don’t have a computer. I have exported my app but not working

I have tried but I can’t make exactly this

If you are using notifier.Show Progress Dialog I believe you can not use Light Theme. Only specific blocks from notifier works with light theme as shown in the image below . Also you can read more here Notifier - Kodular Docs

1 Like

Change the theme to light from the Screen1 properties and try again.

Please read in Notifier - Kodular Docs

Show Progress Dialog It cannot be canceled by the user but must be dismissed by using the DismissProgressDialog block.

Show Spinning Progress Shows a spinning progress dialog which can be dismissed by the user if ‘cancelable’ is set to true.

Then there is any way to change bg colour

You can use a custom image next to the title in the notifier

If you use notifier.show spinning progress block then you can use background property

image

3 Likes


Spinning progress block is working

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.