垂直 Seekbar 和 R / android.R 的问题

发布于 2024-10-26 10:57:36 字数 404 浏览 3 评论 0 原文

我试图在我的应用程序中获得一个垂直的 Seekbar,我在这里找到了一种解决方案: 修改 Android 搜索栏小部件以垂直操作

我已经下载了 VerticalSeekbarExample 看起来不错,但如何将其导入到我的应用程序中?如果我将源代码拖到我的项目中,我会收到一堆与“R”相关的错误

I'm trying to get a vertical Seekbar in my app and I've found sort of a solution here: Modifying the Android seekbar widget to operate vertically

I've downloaded the VerticalSeekbarExample and it looks good but how do I import it to my app? If I drag the source into my project i get a bunch of errors relating to "R"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

转瞬即逝 2024-11-02 10:57:36

从现有源创建一个新项目。如果您收到与 R 类相关的错误,请再次清理并构建项目,并确保导入 com.example.R 而不是 android.R。

Create a new project from existing source. If you are getting errors related to the R class, clean and build the project again and make sure that you are importing com.example.R instead of android.R.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文