<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<style name="my_textview_style" parent="@android:style/Widget.TextView"> | |
<item name="android:id">@+id/my_text</item> | |
... | |
</style> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment