只需要在style中使用命名控件的地方换成自定义控件的包名即可(注意:是包名,不带自定义控件的名字)
<resources xmlns:android="http://schemas.android.com/apk/res/android" >
<style name="app" >
<item name="com.siven.sample:demo_text">hello,world!</item>
</style>
</resources>