Skip to content

Instantly share code, notes, and snippets.

@trietbui85
Last active July 29, 2020 13:41
Show Gist options
  • Save trietbui85/427b924a5a59a160c436bf0989400a81 to your computer and use it in GitHub Desktop.
Save trietbui85/427b924a5a59a160c436bf0989400a81 to your computer and use it in GitHub Desktop.
Unit test Android custom view with AndroidX Test and Robolectric
<string name="count_content">Count: %d</string>
<string name="button_subtract">-</string>
<string name="button_add">+</string>
<string name="button_reset">Reset</string>
<dimen name="count_text_size">30sp</dimen>
<dimen name="button_size">60dp</dimen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment