custom-view
how to add views inside a custom View?
I have a class like that, and there are about 10 of them public class DataItemPlai开发者_如何学PythonnView extends View{[详细]
2023-03-12 07:13 分类:问答how to design android project using custom view?
this is not a question that has an exact answer but I need some advice how to develop my applicatio开发者_如何学运维n.[详细]
2023-03-12 01:27 分类:问答Nine patch on a custom viewgroup
I made a nine-patch, and a custom viewgroup, then I made the background of that viewgroup to be the nine-patch.[详细]
2023-03-10 04:25 分类:问答Adding a button to the ExpandableListView Group item
I am customizing an ExapndableListView,, I am trying to add a Button to the Group Item,, The problem is that if the button is focussablethe group does\'t expand on click. I want the group to expand[详细]
2023-03-09 04:53 分类:问答Error inflating checkbox
I am having weird stack trace from my application in the android market. I have a view switcher which contains two views, one of them contains a checkbox.[详细]
2023-03-07 17:58 分类:问答custom view not working when declared in xml
I\'ve an app where it\'s activity has an inner class that extends view. the view class displays a bitmap and it all works fine. What i\'m trying to do now is place a button on the view that diaplays t[详细]
2023-03-04 10:08 分类:问答how to add a button to a custom view that displays bitmap
i\'ve an app that has a custom view that draws a bitmap. i\'d like to place a button in the view on top of the bitmap. the activity\'s setContentView is set to the custom view class so i can\'t inflat[详细]
2023-03-03 23:48 分类:问答Android: Resizing custom views. Parent is resized but width/height changes not passed down to child view
I am currently trying to make a game based on the old school battleship board game using android. I am kinda just messing around at the moment trying to get a feel for it and for the components that I[详细]
2023-03-03 00:40 分类:问答android:how to instantiate my custom view with attributeset constructor
My custom view has dynamic custom attribute,e.g. the backgroundimage attribute,assign via current week.[详细]
2023-03-01 01:43 分类:问答Setting up the style or typeface of a custom view which contains text, like default TextView?
I`m implementing a custom view which contains text, and the text will be drawn in onDraw. My problem is, I wish my text will looks like those in the TextView objects, but I`m not quit familiar with s[详细]
2023-02-22 09:29 分类:问答