Join Slack
Communities
Powered by
so lets say you want the width to be 20dp, you wou...
# android
r
rkeazor
07/30/2017, 11:35 PM
so lets say you want the width to be 20dp, you would do TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 20, getResources().getDisplayMetrics());
Open in Slack
Previous
Next