Last active
July 29, 2020 13:41
-
-
Save trietbui85/427b924a5a59a160c436bf0989400a81 to your computer and use it in GitHub Desktop.
Unit test Android custom view with AndroidX Test and Robolectric
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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