SyntaxFix
Write A Post
Hire A Developer
Questions
Use
<string name="win_percentage">%d%% wins</string>
to get
80% wins as a formatted string.
80% wins
I'm using String.format() method to get the number inserted instead of %d.
String.format()
%d