Add replies button to comments
This commit is contained in:
parent
4c709b2c4d
commit
059db6fb31
4 changed files with 74 additions and 29 deletions
|
|
@ -209,6 +209,11 @@ public final class Localization {
|
|||
deletedCount, shortCount(context, deletedCount));
|
||||
}
|
||||
|
||||
public static String replyCount(final Context context, final int replyCount) {
|
||||
return getQuantity(context, R.plurals.replies, 0, replyCount,
|
||||
String.valueOf(replyCount));
|
||||
}
|
||||
|
||||
public static String getDurationString(final long duration) {
|
||||
final String output;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue