Skip to content Skip to sidebar Skip to footer
Showing posts with the label Scale

Android - Resizing Bitmap Cuts It Instead Of Scaling It

I have an application where the user can draw to a view whose dimensions are W = Match Parent and H… Read more Android - Resizing Bitmap Cuts It Instead Of Scaling It

Android Resize Bitmap Keeping Aspect Ratio

I have a custom view (1066 x 738), and I am passing a bitmap image (720x343). I want to scale the b… Read more Android Resize Bitmap Keeping Aspect Ratio

Android Scale Button On Touch

I know how to scale the button to a determinated value, but is there a way to increase/decrease the… Read more Android Scale Button On Touch

Scaling Imagebuttons For Various Screen Sizes

For my app (runs Android 2.1 and above), I was wondering how to scale buttons for various screen si… Read more Scaling Imagebuttons For Various Screen Sizes

Zoom Content In A Relativelayout

I have my application for Android 2.1 where I have a root layout with children's that I can cli… Read more Zoom Content In A Relativelayout

Center Crop An Android Videoview

I am looking for something like the CENTER_CROP in ImageView.ScaleType Scale the image uniformly (… Read more Center Crop An Android Videoview

Android Pinch-to-zoom Layout Inside A Viewpager With Padding Left And Right

I have a viewpager with left and right padding for showing the previews of left and right pages of … Read more Android Pinch-to-zoom Layout Inside A Viewpager With Padding Left And Right

Viewport On Opera Mini & Wm6.1 Does Not Match 100% Of The `device-width`

sample page: 256.cz/test/ with code: meta name='viewport' content='width=device-width, … Read more Viewport On Opera Mini & Wm6.1 Does Not Match 100% Of The `device-width`