问题标签 [android-wheel]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
187 浏览

android - 三星 Galaxy S2 ICS 上的 Android 滚轮

在我们的应用程序中,我们使用 Android Wheel 库。问题出在 Galaxy SII 上。滚轮只有在用户触摸它时才起作用,将手指移到侧面(离开滚轮)然后向上或向下滚动。有没有人也有这个问题和可能的解决方案?

0 投票
4 回答
990 浏览

android - WheelView not filling parent

I am using Yuri Kanivets's WheelView control and I am finding that it is not filling the parent view even though the layout XML is specifying it to do so.

Here is an image of what I mean:

enter image description here

Here is the layout XML:

Here is the repeat/delay view XML (they are both pretty much the same):

Here is how I'm adding the view:

I've looked through the WheelView source, but it's not obvious where the width of the entire control is being set and if the wheel control is somehow also controlling the width of the parent layout.

This is running on the latest SDK. Is there something obvious that I am missing?

0 投票
2 回答
2794 浏览

android - Android NumberPicker animate wheel when using setValue method

i m trying to get the wheel of the numberPicker animated. I found the corresponding question here:

How to change NumberPicker's value with animation?

But i cannot solve it with the suppposed answers. Can somebody please help me?

When changing the value of the numberPicker from lets say 100 to 200, i want the wheel to increment from the old value to the new one. The wheel should slide to the new value. In the link passsy solved it with reflection but i don t know how to use it in practice..

0 投票
1 回答
1039 浏览

android - Kankan.wheel 桌面小部件

kankan.wheel ( http://code.google.com/p/android-wheel/ ) 是一个包含在我的项目中的库。

如果我将轮子小部件添加到活动布局中 - 没关系并且工作完美,但是如果我将此组件添加到桌面小部件布局中 - 此刻将小部件添加到桌面我有这个:

并且小部件不显示,只有字符串:无法显示小部件

我的 XML 布局文件:

0 投票
2 回答
197 浏览

android - Canvas Touch 在 S4 Android 设备中不起作用

轮视图 (CircleView) 在主要设备中运行良好,但此错误来自 S4 和 Note 3 设备。

触摸被扣除但不属于weidgetregion。

假 - 1 必须为真 - 1

区域日志是:

在此处输入图像描述

我的圈子视图代码是

0 投票
1 回答
1676 浏览

android - kankan.wheel.widget.WheelView。车轮项目中的自定义视图未显示

我正在使用来自 kankan 项目的轮子小部件。我跟着演示。我为轮子项目实现了一个自定义视图,加载后大部分轮子项目都没有显示。这是我的代码:

我的适配器:

症状是:刚开始加载轮子时,有时我可以看到我的自定义项目,有时我看不到。滚动 10 次中的 9 次后,只能看到项目中的图像显示,而所有其他文本视图均未显示。

我在互联网上进行了搜索,但没有找到任何解决方案。

0 投票
1 回答
192 浏览

android - 如何在车轮选择器中添加 Caption?

我想在轮子选择器中添加一个标题。像这样:

选轮器的说明文字

但在我的代码中,它显示在轮子中的所有项目中。这是我的代码:

我只想在当前行中显示标题。

0 投票
1 回答
130 浏览

java - 我可以为轮子选择器添加标题吗

我想为车轮选择器添加标题。我找不到任何标题的方法。我已经有一个只用 java 编写的轮子选择器。我只想在java中添加标题。请帮助我。

编辑:这是我的代码。

0 投票
1 回答
549 浏览

java - How to add Onclick to Wheel Menu?

I have Made a Rotating Wheel Menu By Reading this Tutorial. http://developer.digitalaria.com/devguide/gama/en/gama/wheel_android.php

enter image description here

It is Working.But I Don't Know how to add Onclick method to this Wheel Menu.

**Activity **

0 投票
2 回答
1033 浏览

android - 滚轮菜单栏如何为图标提供点击操作

在我问这个问题之前。他们说添加方法。我添加了但是我怎样才能给点击事件icon0。对我来说仍然是问题..

第一个问题

并且这些图标不在 xml 中。它们位于可绘制的文件夹中。这是提供方法我们可以使用它吗

这是我的尝试

这是我的 xml 文件,xml 上没有 id 图标。他们在可绘制的文件夹中..