implement commenting with tips (#922)
* implement commenting with tips * add comments to channel page
This commit is contained in:
parent
e85ca9114c
commit
1d97f9008d
22 changed files with 2041 additions and 336 deletions
app/src/main/java/io/lbry/browser/utils
|
@ -70,6 +70,7 @@ public final class Helper {
|
|||
public static final MediaType JSON_MEDIA_TYPE = MediaType.get("application/json; charset=utf-8");
|
||||
public static final int CONTENT_PAGE_SIZE = 25;
|
||||
public static final double MIN_DEPOSIT = 0.001;
|
||||
public static final String PLAIN_CURRENCY_FORMAT_PATTERN = "####.##";
|
||||
public static final String LBC_CURRENCY_FORMAT_PATTERN = "#,###.##";
|
||||
public static final String FILE_SIZE_FORMAT_PATTERN = "#,###.#";
|
||||
public static final DecimalFormat LBC_CURRENCY_FORMAT = new DecimalFormat(LBC_CURRENCY_FORMAT_PATTERN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue