android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginBottom="82dp"
android:layout_marginEnd="28dp"
android:layout_marginRight="28dp"
android:elevation="4dp"
android:src="@drawable/ic_launcher"
app:layout_anchorGravity="bottom|end"
app:pressedTranslationZ="16dp"
app:rippleColor="@android:color/white" />
固定位置按钮
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 先说一下这篇文章里面的内容:TCP 客户端, 自定义对话框, 自定义按钮, ProgressBar竖直显示, 重力...
- @极简主义患者/社交控/伪技术宅/沉迷幻想不能自拔的文艺少年不定期更新的文字平台:微博 简书 Viewgroups...
- 问题缘由:需要用RecyclerView实现一个时间轴效果。 于是顺理成章的想到在RecyclerView的ite...
- 可以在webview外面加一个NestedRecyclerView,这样就可以解决。 xmlns:app="htt...