android-custom-view
onMeasure not getting called in my custom viewgroup android
Im having two custom viewgroups, superViewGroup and subViewGroup. The subviewgroup contains views. Im adding my superviewgroup to a linearLayout and the subViewGroups to my superviewgroup.[详细]
2023-04-13 04:12 分类:问答Add Prefrences Screen to an Activity with a customized window title
I know its possible to add a button to a prefernces Screeen activtiy. I read this question How to add a button to PreferenceScreen[详细]
2023-04-13 03:33 分类:问答In android, when changing the orientation, text in textview is not getting wrapped
im locking the screen orientation by specifying android:configChanges=\"orientation|keyboardHidden\" im setting a text to a textview and adding it to a custom viewgroup. when changing the orientation[详细]
2023-04-12 21:36 分类:问答how to create custom button using gradient effects?
how to create such type of button baground using button selector ? i add button selector code hare please help me ..[详细]
2023-04-12 16:31 分类:问答Create custom view like wheel component
I have seen this 1 in several applications and I would like to ask what components were used..I am talking about the 3开发者_高级运维 lists at the bottom looking like a wheel...the first can affect th[详细]
2023-04-12 08:36 分类:问答Custom dynamic graph in Android
[UPDATE] To conclude this question, I implemented my graph using the following two methods (see below).drawCurve() receives a Canvas and an array of float.The array is properly filled (timestamps are[详细]
2023-04-11 22:13 分类:问答Extending a EditText in Android. What am I doing wrong?
So I\'m trying to get a grasp of using custom controls in Android. But my app crashes on trying to create the activity. Here\'s the code:[详细]
2023-04-10 07:17 分类:问答Unable to Add custom view to Android Action bar,why?
I am trying to add my custom view into Action bar. final View addView=getLayoutInflater().inflate(R.layout.home_actionbar_buttons, null);[详细]
2023-04-09 06:10 分类:问答Custom LinearLayout width - weight placing problem
I asked another questıon and after, I continued to this problem... Firstly My first Question: how to Custom Button (has two TextFields) on Android[详细]
2023-04-06 18:08 分类:问答howto fling the Gallery as normal when having custom view with ImageView and CheckBox
I have an android.widget.Gallery with ImageView and a Checkbox on each Item. The user can mark images for deletion.[详细]
2023-04-02 22:12 分类:问答