The LayoutParams is a helper class that stores various layout information related to the Android view for which it is used.
pI am working with a linear layout and want to set the maximum height of the view. Under "normal" circumstances, …
android android-linearlayout layoutparamsall I need to change the position of a ImageView dynamically and iam using the following code int x=100,y=100; …
android layoutparamsI am getting error LayoutParams cannot be resolved to a variable on a line of code which is as follows …
android-layout layoutparams resolveI am new to android and stuck in a very basic problem.I am working on an application in which …
android imagebutton layoutparamsI have a CardView in my XML layout and I need to set margins to it programmatically (This is because …
android android-layout android-cardview layoutparams android-layoutparamsit seems that there are a lot of solutions of how to use dragging of views on android . however, they …
android imageview drag android-framelayout layoutparamsIn Honeycomb I was able to create a system overlay with TYPE_SYSTEM_OVERLAY and receive touches with FLAG_WATCH_…
android android-4.0-ice-cream-sandwich layoutparams android-windowmanagerI have a View (containing an ad) that I need to scale to fit the screen width at a certain …
android layoutparamsI created button in activity programmaticaly, not in xml file. Then I wanted to set it LayoutParams like in this …
android nullpointerexception imagebutton layoutparamsI want to automatically generate buttons vertically with a bottom margin of 20px between buttons. I try to set margin …
android button layoutparams