MoneyTextView icon indicating copy to clipboard operation
MoneyTextView copied to clipboard

A simple Android TextView to display amounts of money in different formats.

Results 11 MoneyTextView issues
Sort by recently updated
recently updated
newest added

HI! i cannot set the fontPath to customize the fontFamily. have you some idea?

minus '-' position coming after symbol if we have negative amount

when I am trying to set , app:amount="@{data.totals.subTotal}" then the issue occurs. Please do something

there is a problem when i set a large number,i saw amount is float, when i set number is 123123123123123.123,TextView will show it as a scientific counting method

Why when i change from the activity the format, the decimal numbers dont appear anymore with the elevation that i have assigned before?, anyone can help me?

fixed effect to affect

This is a question/idea more than an issue. Have you considered (or do you know if it's possible) to implement MoneyTextView using Spans on a single TextView?

swapped the position of the decimal separator to be at the end of the integer part rather than the start of the decimal part

Hi, I can't found a pattern, but the calculus of bounds is wrong. Here my code: ``` ``` I try this with the last version 1.1.0, and this is the...

FATAL EXCEPTION: main Process: com.network.imyth.network, PID: 3373 android.view.InflateException: Binary XML file line #28: Error inflating class org.fabiomsr.moneytextview.MoneyTextView at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:707) at android.view.LayoutInflater.rInflate(LayoutInflater.java:755) at android.view.LayoutInflater.rInflate(LayoutInflater.java:758) at android.view.LayoutInflater.inflate(LayoutInflater.java:492) at android.view.LayoutInflater.inflate(LayoutInflater.java:397) at com.network.imyth.network.MainWindow_page_1$RecyclerAdapter.onCreateViewHolder(MainWindow_page_1.java:592) at...