MoneyTextView A custom Android TextView to display amounts of money in different formats. Minimum Android SDK supported: 14 Example 1 Example 2 Setup Provide the gradle dependency: dependencies { compile 'org.fabiomsr:moneytextview:1.1.0' } Usage Include MoneyTextView in a layout xm