我为我们在整个应用程序中广泛使用的控件编写了一个自定义小部件.widget类ImageButton以几种简单的方式派生和扩展它.我已经定义了一个可以应用于小部件的样式,但是我更喜欢通过主题来设置它.在R.styleable我看到小部件样式属性,如imageButtonStyle和textViewStyle.有没有办法为我写的自定义小部件创建类似的东西?
ImageButton
R.styleable
imageButtonStyle
textViewStyle
android android-theme
android ×1
android-theme ×1