xmlns:custom="http://schemas.android.com/apk/res/com.example.topbar"
中的com.example.topbar與下面manifest.xml中package="xxx"一致
<manifest ……
package="com.example.topbar"
……
>
中的com.example.topbar與下面manifest.xml中package="xxx"一致
<manifest ……
package="com.example.topbar"
……
>
2015-04-29
這個LeftButton.setBackground(leftBackground);報錯急死人
用LeftButton.setBackgroundDrawable(leftBackground);就好了
RightButton與之類似
但這個坑 setBackground中還是調用的setBackgroundDrawable
用LeftButton.setBackgroundDrawable(leftBackground);就好了
RightButton與之類似
但這個坑 setBackground中還是調用的setBackgroundDrawable
2015-04-29