I\'m trying to write my own custom View and I have problem with LayoutParams.
View
LayoutParams
The idea is to extend ViewGroup (LinearLa
ViewGroup
LinearLa
Use following statement to inflate:
View view = inflater.inflate( R.layout.item /* resource id */, MyView.this /* parent */, false /*attachToRoot*/);