so lets say you want the width to be 20dp, you wou...
# android
r
so lets say you want the width to be 20dp, you would do TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 20, getResources().getDisplayMetrics());