问题标签 [showcaseview]
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.
java - IllegalArgumentException: Layout: -998896 < 0 in showcaseview
For some reason i get this error on a few devices such for example : is google nexus 10 or lg g3.
this is the code that generates this error:
I didn't find any solution on the internet. from what i understand, for some reason the layout has a negative value which cause the Layout.java class to throw an exception...
android - 是否有 Android Material Design 入门/教程覆盖/展示库?
我在 Google 日历中看到了这一点。它看起来很酷:
我知道旧的ShowCaseView并看过RoboDemo,但似乎都没有针对 Material Design 进行更新。
是否有一个库意味着我们不必滚动/调整我们自己的库?
android - Android:在 RecyclerView 中获取行的坐标
我想使用Showcase 库来在RecyclerView
.
为此,我需要将项目的坐标传递给库,并在适配器中执行此操作。问题是在onBindViewHolder
方法中,坐标仍然为0。我怎样才能正确获得坐标?
我这样做的方式如下:
提前非常感谢!
android - ShowcaseView 无法解决
我正在尝试使用来自:https ://github.com/amlcurran/ShowcaseView 的 ShowcaseView
所以我在 gradle.build 中添加了这一行:
但我得到了这个错误:
错误:(26, 13) 无法解决:com.github.amlcurran.showcaseview:library:5.0.0
有谁知道如何解决这个问题?
摇篮文件:
android - ShowcaseView 在没有 ActionBar 的情况下无法工作
如果应用程序具有主题 Theme.AppCompat.Light.NoActionBar 并在应用程序中使用 android.support.v7.widget.Toolbar,是否有任何方法可以使用ShowcaseView 。我在执行应用程序时低于堆栈跟踪。请建议...
java - 如何在 Android 中使用 ShowcaseView 定位 ListView 中的元素?
我使用 定位操作栏中的项目ShowcaseView
,但我不能定位 a 的元素ListView
!我试过了,但没有用:
android - ShowcaseView 的叠加层不透明
我正在使用带有以下代码的ShowcaseView ( https://github.com/amlcurran/ShowcaseView ):
和styles.xml:
除了覆盖层本身根本不透明之外,这似乎是有效的。这意味着您看不到它下面的任何内容(页面上除了展示柜之外的内容)。我尝试更改为不同的颜色(sv_backgroundColor)以及父级,但没有任何效果。
我正在使用最新版本(5.0)
有任何想法吗?
编辑
我的部分主题:
android - ShowcaseView 的详细信息文本不会转到新行
这就是问题所在,我尝试使用 setPadding、setRight 和其他愚蠢的方法,但它们无济于事。
当达到显示限制时,我需要文本转到新行,所以,请帮助我。
它似乎只有当我用作 Target、Target.NONE 时才有位置,其他时候,当我使用一些按钮等时,线条按应有的方式下降,一切正常,但我需要这个介绍性文本首先出现没有选择任何特定元素的时间。
android - 在 girdview 项目 android 上的 Showcaseview
我创建了一个应用程序,并希望显示一些第一次使用的用户气泡。我正在使用展示视图 https://github.com/amlcurran/ShowcaseView
如何在 gridview 的第一个元素上设置它?