码迷,mamicode.com
首页 >  
搜索关键字:shaped image view    ( 85161个结果
将PC端的网站转化成手机端网站需要增加以下这段代码即可,再布局一下界面即可
View Code
分类:移动开发   时间:2014-05-20 02:07:19    阅读次数:270
平板下windows程序调用软键盘的办法
http://stackoverflow.com/questions/21140852/start-tabtip-with-numpad-view-open [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto...
分类:Windows程序   时间:2014-05-17 15:25:14    阅读次数:1105
html5 canvas图像-图像的缩放
当用户选中复选框之后,应用程序则会重新绘制该图,将其放大,以符合canvas的尺寸。 1 2 3 Scaling Images 4 5 23 24 25 26 27 28 Scale image to canvas...
分类:Web程序   时间:2014-05-16 00:39:30    阅读次数:506
Activity中获取view的高度和宽度为0的原因以及解决方案
android 获取宽和高不为零的方法...
分类:其他好文   时间:2014-05-15 23:23:22    阅读次数:289
何时使用img标签,何时使用background-image背景图像
在什么情况下更适合使用HTML IMG标签来显示一个图像,而不是一个CSS有背景图像,反之亦然?如下场景使用img标签比较合适:1、如果图像是等内容的一部分或图表或人(真正的人,而不是股票图人),使用Img标签加上alt属性。2、如果你想打印页面并且你想要的图像包括默认情况下使用IMG。3、使用IM...
分类:其他好文   时间:2014-05-15 21:35:36    阅读次数:269
你该知道的 HTML5
一、图片和标题语义化 This is an image of something interesting. 二、本地存储 localStorageHTML代码: 修改我吧,然后刷新页面看看,^_^JS代码:var edit = document.getEl...
分类:Web程序   时间:2014-05-15 21:00:43    阅读次数:426
Delphi使用Image显示gif动画
delphi中,使用TGifimage这个类可以使Image显示Gif动画 // Image1:TImage; // Image1.Picture.LoadFromFile(OpenDialog1.FileName); TGIFImage(Image1.Picture.Graphic).AnimationSpeed := 100; TGIFImage(Image1.Picture.Gr...
分类:其他好文   时间:2014-05-15 19:42:23    阅读次数:321
2003-view-Animation-push
介绍ViewFlipper ViewFlipper Simple ViewAnimator that will animate between two or more views that have been added to it. Only one child is shown at a time. If requested, can automatically flip betwee...
分类:其他好文   时间:2014-05-15 18:37:44    阅读次数:356
2004-view-animation-shake
介绍EditText颤抖的动画效果 Animation1.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except...
分类:其他好文   时间:2014-05-15 18:12:00    阅读次数:345
PHP 生成指定大小随机图片
PHP生成指定大小随机图片 $image_width){ for ($i=$start; $i<$image_height * 2; $i+=$step) { imageline($img, 0, $i, $i, 0, $color); }}else{ for ($i=$start; $i<$im....
分类:Web程序   时间:2014-05-15 17:42:03    阅读次数:377
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!