Skip to content

Instantly share code, notes, and snippets.

@ercnksgl
Created September 15, 2022 18:48
Show Gist options
  • Save ercnksgl/d4e50bf908ba7e6572089dc6956eab54 to your computer and use it in GitHub Desktop.
Save ercnksgl/d4e50bf908ba7e6572089dc6956eab54 to your computer and use it in GitHub Desktop.
Custom component attrs.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CustomTextView">
<attr name="android:title" />
<attr name="startIcon" format="reference"/>
<attr name="customEditTextStartIconStyle" format="reference" />
<attr name="customEditTextStyle" format="reference" />
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment