attrs和HorizontalProgressbarWithProgress文件一直報錯
attrs的錯主要是
1.Found tag declear-styleable where item is expected
2.progress_unreach_color has already been defined in this folder
代碼和錯誤如圖:
HorizontalProgressbarWithProgress的報錯主要是找不到styleable
attrs的錯主要是
1.Found tag declear-styleable where item is expected
2.progress_unreach_color has already been defined in this folder
代碼和錯誤如圖:
HorizontalProgressbarWithProgress的報錯主要是找不到styleable
2017-04-18
舉報
2017-04-21
在資源文件中,首先看一下declear-styleable name 中的名字是否為你的類的名字,然后類名盡量不要設(shè)置成函數(shù)的名字,可以換一下類名試一下