摘要:
1、 android:singleLine="true"虽然被不建议使用,但是跑马灯必须是它。如果改为android:maxLines="1",不能实现跑马灯效果。 2、 android:marqueeRepeatLimit="marquee_forever" 是否使用,没关系。 阅读全文
摘要:
Google I/O 2016 上发布了 ConstraintLayout,据说很强大,那就一探究竟吧! gradle配置 compile 'com.android.support.constraint:constraint-layout:1.0.0-beta2' 1 1 阅读前提:熟悉四大基础布局 阅读全文
摘要:
ConstraintLayout 在 Android 开发中,我们通常是手写布局,很少会用拖动来写布局,虽然 ConstraintLayout 在 I/O 上以拖动来展现了各种功能,我估计在以后开发中,程序员还是习惯手撸代码。 我自己试着拖着用了一下,用得不是很明白 ,而且用起来效果不是很好。 那么 阅读全文