Created
January 31, 2013 13:29
-
-
Save mttkay/4682862 to your computer and use it in GitHub Desktop.
This file contains 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
<?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