android-client
android-client copied to clipboard
Hard coded text size in simple_spinner_item.xml file
Summary:
In the file, android-client\mifosng-android\src\main\res\layout\simple_spinner_item.xml hard text size value is hard coded.
android:textSize="25sp"
Expected behaviour:
This value must be first registered in dimens.xml file and then be referenced from there.