android setting width of view

w‮tual.ww‬turi.com
android setting width of view
View view = findViewById(R.id.nutrition_bar_filled);
LayoutParams layoutParams = view.getLayoutParams();
layoutParams.width = newWidth;
view.setLayoutParams(layoutParams);
Created Time:2017-09-15 22:59:48  Author:lautturi