Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ataulm
Last active April 22, 2018 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ataulm/60ec6fbc54ff817aa4e5b6ab578cd629 to your computer and use it in GitHub Desktop.
Save ataulm/60ec6fbc54ff817aa4e5b6ab578cd629 to your computer and use it in GitHub Desktop.
medium-whats-next-font-scale-rules
// FontScaleRules available from "novoda/espresso-support"
class VideoActivityTest {
val activityRule = ActivityTestRule(VideoActivity::class.java)
@Rule
val ruleChain = RuleChain.outerRule(FontScaleRules.hugeFontScaleTestRule())
.around(activityRule)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment