alibaba / Tangram-Android

Tangram is a modular UI solution for building native page dynamically including Tangram for Android, Tangram for iOS and even backend CMS. This project provides the sdk on Android.
http://tangram.pingguohe.net/
MIT License
4.11k stars 526 forks source link

container-sticky设置多个悬浮tab,第二个tab怎么做到把第一个tab慢慢的顶上去,而不是突然的覆盖上去 #160

Open whosea opened 5 years ago

MikeAfc commented 5 years ago

目前尚不支持这个能力,需要在vlayout层实现

sea notifications@github.com 于2019年5月24日周五 下午2:02写道:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alibaba/Tangram-Android/issues/160?email_source=notifications&email_token=ABBF7GCLDYKX7KRBXEC36L3PW6AHHA5CNFSM4HPMOHTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GVT2YRQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBF7GBPHIJTLSV3DAJZ6ZLPW6AHHANCNFSM4HPMOHTA .

yihuajia commented 5 years ago

@whosea 请问下添加多个sticky,是如何添加的呢?之前在使用vlayout的时候是直接new一个sticky然后再接着添加一个数据adapter,重复这样操作处理的