Android Question How do we change the background color of a BCToast message

beelze69

Active Member
Licensed User
Longtime User
Hi,

For changing the forecolor of a BCToast message, we have the DefaultTextColor method.. But how do we change the background color of a BCToast Message ?
 

DonManfred

Expert
Licensed User
Longtime User
I don´t think you can change it. Toasts are an Android Feature with less possibilities.
 
Last edited:
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
Hi @beelze69

Yes, you can change background color of a BCToast Message by below code
B4X:
toast.pnl.Color = xui.Color_Yellow

I don´t think you can change it. Toasts are an Android Feature with less possibilities.
Op is asking about BCToast
 
Upvote 1

beelze69

Active Member
Licensed User
Longtime User
Hi @beelze69

Yes, you can change background color of a BCToast Message by below code
B4X:
toast.pnl.Color = xui.Color_Yellow


Op is asking about BCToast
Hi Anand,

Thanks for that tip..
 
Upvote 0
Top