sergio-sastre / AndroidUiTestingUtils

A set of TestRules, ActivityScenarios and utils to facilitate UI and screenshot testing under given configurations: FontSizes, Locales...
MIT License
287 stars 14 forks source link

set FontSize via adb from API 24+ #50

Closed sergio-sastre closed 1 year ago

sergio-sastre commented 1 year ago

Required since doing it via update configuration works only if the device is not rotated (e.g. Orientation.LANDSCAPE)

Apparently, there is no solution on API 23, since it does not take effect without rebooting the device