Top "Scale" questions

The scale tag is mostly used for questions that relate to proportional resizing of images or UI elements.

ImageView: adjustViewBounds does not work with layout_height="fill_parent"?

I'm trying to place in single row the EditText with the ImageView on the left. But I can't get the …

android imageview scale
TabHost / TabWidget - Scale Background Image?

I need to scale my TabWidget background images so they maintain aspect ratio. I am using a TabHost with a …

android background scale android-tabhost tabwidget
How to change aspect-ratio with gstreamer?

I have this command: gst-launch-1.0 ximagesrc startx=1920 starty=0 endx=2943 endy=768 use-damage=0\ ! video/x-raw,framerate=15/1 \ ! videoscale method=0 \ ! video/x-raw,width=640,height=360 \ ! …

scale gstreamer aspect-ratio gst-launch
Text Width in VB 6

To check the Text Width, how to set the scale mode? Is it - Debug.Print .ScaleMode = 1 Or Me.ScaleMode = 1 …

vb6 scale text-width
How to scale the size of line and point separately in ggplot2

The code is as follows: set.seed(123) d1=data.frame(x=runif(10),y=runif(10),z=runif(10,1,10)) d2=data.frame(x=…

r ggplot2 scale layer