I have TextView created programmatically, like that:
TextView mTextView = new TextView(getApplicationContext()); final LayoutPar
get this way:
tV.post(new Runnable() { @Override public void run() { int width=tV.getMeasuredWidth(); } });