Top "Margins" questions

in Typography: space (area) around the elements in Machine Learning: a margin classifier may use in analysis of data and recognize of patterns, used for classification

Java: remove margin / padding on a JTabbedPane

I'd like to know how to remove the margins between my JtabbedPane and my JFrame content pane and between my …

java swing jtabbedpane margins
RecyclerView different itemDecoration for different items

I am using the RecyclerView in my application and for the needs of my design, I need to have different …

android margins android-recyclerview
Automatic adjustment of margins in horizontal bar chart

I need to produce a series of horizontal grouped bar charts. The barplot function does not automatically adjust the margins …

r labels margins string-length
How To Set Equal Margins for Entire Web Page

This question may have been beaten to death, but after looking through posts and Googling the heck out of it, …

css margins
how set margin between spannable textview?

I am trying to create spannable textview and showing it in EditText. So user can type something in EditText and …

android textview margins spannable
margin on h1 element inside a div

I have a div container which has a h1 element within it: <div id="header"> <h1>…

html css margins
android margins not working when dynamically inserting views

I have a simple view: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/…

android dynamic margins
How to avoid double space between items when using RecyclerView with StaggeredGridLayoutManager?

I'm using RecyclerView with StaggeredGridLayoutManager to make a two-column list. But how to set a right margin between left column …

android android-recyclerview margins staggeredgridlayout
How to set dialog outer margins? (Android)

I need add custom margins around dialog. Any suggestion how to do this? (dialog position top : 100 px, left 50 px, etc)

android android-layout android-alertdialog margins
How to add top margin when using html2canvas and jspdf, when the canvas is split on multiple pages?

I'm using HTML2Canvas and jsPDF to create a pdf of a dynamic webpage, when the size of the canvas …

javascript margins jspdf html2canvas