Solution: Use the Android Color.parseColor method, like this: int color = Color.parseColor("#519c3f");. I just used it like this in my code, ...
確定! 回上一頁