Lukas Reiner

Results 7 comments of Lukas Reiner

You only have to give your translation tool this string: ``` 'defaultstring': { 'en_GB': 'defaultstring in englisch', 'ch_CZ': 'default string in CZ' } ``` and the translation tool will automatically...

Last commit in March. I think they dont work anymore :D

thanks it worked. BTW here is the Java Solution: ` spaceNavigationView.setActiveSpaceItemColor(getColor(R.color.colorGray)); spaceNavigationView.changeCurrentItem(-1); spaceNavigationView.setActiveSpaceItemColor(getColor(R.color.colorPrimary));`

did not work for me

You have the same Problem as me. Its because there is a ".0" in your "exp" in your request. I also changed this line in the buyv2.py: ` exp =...