with white color but still the icon is black why ?
Try using app:tint on button itself
Yeah tried not working
Kinda strange. Had the same problem and app:tint solved it. There are multiple SO questions about it with almost the same answer: https://stackoverflow.com/a/53668350
Ever sent a data to a php server before? I want to know if it's necessary decoding the data after they've been received in the server side
Server stack does not matter it's the API that matters. Backend provides REST API?
Just add app:tint="@null" To ur button
Then you send to one another json files. What do you mean by 'decoding data'?
We usually use stuffs like Urlencode, when trying to put together key and values pairs to be sent to server, when these datas are encoded(I don't send JSON from client to server, I usually receive JSON from server but I don't send to server) and sent, I'm just trying to know if there's any need for decoding the same data in the server side
oh you`re talking about url Never asked this question to myself before. Try to handle such a url without decoding. My best bet is that there is some kind of our Android Uri class that does decoding for you
Обсуждают сегодня