addView( temperatureControl, temperatureParams);
LinearLayout.LayoutParams skyParams =
new LinearLayout.LayoutParams(25, LayoutParams.WRAP_CONTENT);
ImageView skyControl = new ImageView( context );
skyControl.setImageResource( weather.getSkyResource() );
addView( skyControl, skyParams );
}
}