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