作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我不知道为什么即使在我的 FAB(FloatingActionButton) 的静止状态下也会有链式 react 。这是它的样子:
这是我在 xml 中的实现:
<android.support.design.widget.FloatingActionButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:src="@drawable/white_plus"
android:id="@+id/plusIcon"
android:padding="0dp"
app:pressedTranslationZ="12dp"
app:elevation="6dp"
app:paddingEnd="0dp"
app:paddingStart="0dp"
android:clickable="true"/>
最佳答案
出现这个问题是因为我将 colorAccent 设置为 #af18cccc,因此它不是完全不透明的。将 colorAccent 更改为#ff18cccc 后,它运行良好。为了带来透明效果,我从 java 代码中调用了 setAlpha(0.8)。现在,它就像一个魅力! :)
关于android - 为什么我的 FloatingActionButton 即使在静止状态下也有涟漪效应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33388402/
图像显示,但不转换。 CSS 代码显示在上传的页面上。 我正在使用 EverWeb 构建页面。 下面是我正在尝试的代码。提前致谢。 HTML 片段 CSS .image { width: 100
我是一名优秀的程序员,十分优秀!