為什么有的地方顏色設(shè)置需要后面帶0有的不需要?
rightTextColor=ta.getColor(R.styleable.Topbar_rightTextColor,0); rightBackground=ta.getDrawable(R.styleable.Topbar_rightBackground);
rightTextColor=ta.getColor(R.styleable.Topbar_rightTextColor,0); rightBackground=ta.getDrawable(R.styleable.Topbar_rightBackground);
2019-02-20
舉報
2019-02-25
這是所在的類中定義的public帶參方法所決定的,根據(jù)public帶參方法所定義的傳遞參數(shù)的數(shù)據(jù)類型以及參數(shù)個數(shù)一一對應(yīng)。