The LayoutParams is a helper class that stores various layout information related to the Android view for which it is used.
I'm using a FrameLayout to display (on demand) some text on the screen. I want the text to be in …
android textview layoutparamsi have made a edittext in a dialog but i cant get to change the height. AlertDialog.Builder editalert = new …
android android-edittext android-alertdialog layoutparamsI have an image view inside view pager to display some images coming from url as shown in the screen …
android android-layout imageview android-viewpager layoutparamsI have bellow xml . In this xml i need that set MarginTop "@+id/imgFooter" programatically toward "@+id/imgCenter" .But i …
android imageview android-imageview android-relativelayout layoutparamsI have a ListView with its Custom Adapter. in adapter's getview i want to set margin left of 15 dip to …
android listview android-adapter layoutparamsis it possible to set mWebView = (WebView) findViewById(R.id.webviewHelp); mWebView.setLayoutParams(new ViewGroup.LayoutParams(100, 200)); here mWebView.setLayoutParams(new …
android webview layoutparamsfullscreen in my app and I write this code : public void onCreate(Bundle savedInstanceState) { requestWindowFeature(Window.FEATURE_NO_TITLE); setRequestedOrientation(…
android layoutparams android-screen android-windowmanagerI may be missing something, but I can't find a way to add a subview to a view at a …
android android-view layoutparamsthis is my first post. I am learning to code in java for android apps. I am using a LinearLayout "…
java android android-layout layoutparams android-layout-weightI have overlay View managed by WindowManager, just like in this question. Briefly, it looks like this: WindowManager wm = (WindowManager) …
android view layoutparams