Skip to content

Instantly share code, notes, and snippets.

@pbednarz
Created February 6, 2017 18:59
Show Gist options
  • Save pbednarz/4b2f0a0d30696fdca858cbfef8379c31 to your computer and use it in GitHub Desktop.
Save pbednarz/4b2f0a0d30696fdca858cbfef8379c31 to your computer and use it in GitHub Desktop.
<style name="TextAppearance.AppTheme.Body2" parent="TextAppearance.AppCompat.Body2">
<item name="font_style">roboto_medium</item>
</style>
<com.g2a.marketplace.utils.views.FontText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Lore ipsum"
style="@style/TextAppearance.AppTheme.Body2"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment