Skip to content

Commit c240b87

Browse files
committed
Fix undefined resource value.
1 parent 041fa58 commit c240b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compoundicontextview/src/main/java/com/github/aakira/compoundicontextview/CompoundIconTextView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
public class CompoundIconTextView extends AppCompatTextView {
4040

41-
public static final int UNDEFINED_RESOURCE = -0x001;
41+
public static final int UNDEFINED_RESOURCE = 0xABCD;
4242

4343
private static final int INDEX_LEFT = 0;
4444
private static final int INDEX_TOP = 1;

0 commit comments

Comments
 (0)