小编mgl*_*sty的帖子

我的应用中错误的ic_launcher图标

我正在开发一个应用程序,Honeycomb并得到这个非常古怪的问题.

我已经更改ic_launcher了每个drawable文件夹中的app icon(),并确保它在清单中是正确的,但我settings在启动器中有一个标准的" "图标(在应用程序本身中它是正确的).

我已经清理了项目,搜索了每一条错误的行,没有结果.

帮助将不胜感激:)

android

5
推荐指数
1
解决办法
9681
查看次数

在CoverFlow中Android Gallery坏图像重叠

从这里修补CoverFlow 以符合我的偏好,无法解决一个问题.这是截图:

截图

中心图像右侧的图片以不良方式重叠.这是我的代码:

protected boolean getChildStaticTransformation(View child, Transformation t) {

  final int childCenter = getCenterOfView(child);
  int rotationAngle = 0;
  t.clear();
  t.setTransformationType(Transformation.TYPE_MATRIX);

    if (childCenter == mCoveflowCenter) {
        transformImageBitmap((ImageView) child, t, 0);
    } else {      
        rotationAngle = Math.abs(mCoveflowCenter - childCenter);
        transformImageBitmap((ImageView) child, t, rotationAngle);         
    }    

return true;
}

/**
* This is called during layout when the size of this view has changed. If
* you were just added to the view hierarchy, you're called with the old
* …
Run Code Online (Sandbox Code Playgroud)

android gallery coverflow

2
推荐指数
1
解决办法
1829
查看次数

VBA - 在列中划分值

因为我是VBA的完整新手,我有一个问题.

我有一列整数,我想要除以60.列是"X".这是我的代码:

For Each element In Worksheets("parsed").Range("X1:X" & MaxRows).Cells
    element.Value = element.Value / 60
Next
Run Code Online (Sandbox Code Playgroud)

但我总是得到"类型不匹配".我做错了什么?

vba divide

1
推荐指数
1
解决办法
6252
查看次数

标签 统计

android ×2

coverflow ×1

divide ×1

gallery ×1

vba ×1