Fix bugs regarding AdapterView layout size with large font scale in AdapterViewTest

If a device has low density(mdpi) and large font scale over 1.4, it is not enough to put AdapterView which has 8 rows in 200x200 layout.
So, I modified if font scale is over 1.0, bottom value of AdapterView will be increased according to font scale.

Change-Id: Ice1cecc157d03e1f5c79bd12750df036a0ab4425
Signed-off-by: Kang Lee <kang.lee@lge.com>
1 file changed