We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041fa58 commit c240b87Copy full SHA for c240b87
1 file changed
compoundicontextview/src/main/java/com/github/aakira/compoundicontextview/CompoundIconTextView.java
@@ -38,7 +38,7 @@
38
*/
39
public class CompoundIconTextView extends AppCompatTextView {
40
41
- public static final int UNDEFINED_RESOURCE = -0x001;
+ public static final int UNDEFINED_RESOURCE = 0xABCD;
42
43
private static final int INDEX_LEFT = 0;
44
private static final int INDEX_TOP = 1;
0 commit comments