Friday, 15 August 2014

android - Specifying the hardcoded value for tag of object animator is creating black screen between two fragments -



android - Specifying the hardcoded value for tag of object animator is creating black screen between two fragments -

i m getting problem on implementing of animation between 2 fragments. flip or slide transition can occurred between 2 fragments. flip animation not creating problem. illustration slide_right, here specifying hard coded value valuefrom , valueto, higher resolution there black screen between 2 fragments. how can solve it? please help. in advance

you can utilize percent values that:

slide_in_right.xml:

<translate xmlns:android="http://schemas.android.com/apk/res/android" android:duration="@android:integer/config_mediumanimtime" android:fromxdelta="100%p" android:toxdelta="0" android:zadjustment="top" />

android

No comments:

Post a Comment