Android: Animation gets clipped by parent view,
set android:clipChildren="false" android:clipToPadding="false" to ALL parents of view
in xml code
android:clipChildren="false"
android:clipToPadding="false"
in code
iewGroup.setClipChildren(false);
http://stackoverflow.com/questions/18048997/android-view-disappearing-when-go-outside-of-parent
No comments:
Post a Comment