android-client icon indicating copy to clipboard operation
android-client copied to clipboard

Hard coded text size in simple_spinner_item.xml file

Open Grandolf49 opened this issue 5 years ago • 0 comments

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.

Grandolf49 avatar Mar 24 '20 12:03 Grandolf49