Tuesday, 28 June 2016

Android View Disappearing When Go Outside Of Parent



 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

Run/install/debug Android applications over Wi-Fi ?

Open Teminal/cmd --------------- Below steps is for Android 10 or lower Step 1 - Connect the device via USB and make sure debugging is work...