发布时间:2015-03-18 18:51:22
mWebView.setBackgroundColor(0); // 设置背景色 mWebView.getBackground().setAlpha(0); // 设置填充透明度 范围:0-255 两个设置了才有效果。在android:background设置无效,如果背景被html元素的css影响,请修改css.........【阅读全文】
发布时间:2014-07-26 15:12:07
解决方法,在mainfest.xml中,对那个Activity加:<activity android:name=".activity.HomeActivity"android:windowSoftInputMode="adjustPan|stateHidden" ></activity>android:windowSoftInputModeHow the main window of the activity interacts with the window containing the on-screen soft .........【阅读全文】
发布时间:2014-07-08 17:26:09
View.getViewTreeObserver().addOnGlobalLayoutListener(new OnGlobalLayoutListener()......【阅读全文】
发布时间:2014-06-22 17:02:45
点击(此处)折叠或打开public class FlipImage extends ImageView implements OnClickListener, Rotate3dAnimation.On90Degree { private Drawable f; private Drawable b; &.........【阅读全文】
发布时间:2014-06-20 20:20:32
点击(此处)折叠或打开@Override public void onClick(View v) { // Dialog d = createDialog(this, R.style.custom_dialog); &nb.........【阅读全文】