Set android:windowSharedElementsUseOverlay to false

This commit is contained in:
Karim Abou Zeid 2016-01-30 13:02:33 +01:00
commit f27dbdab3d
3 changed files with 9 additions and 31 deletions

View file

@ -86,7 +86,7 @@ public abstract class AbsBaseActivity extends AbsThemeActivity implements KabVie
/**
* Should be overwritten and re enable all {@link android.view.View} to ensure they are accessible again
* <p/>
* <p>
* This is necessary because of a bug with the shared element transition
*/
@Override
@ -96,7 +96,7 @@ public abstract class AbsBaseActivity extends AbsThemeActivity implements KabVie
/**
* Should be overwritten and disable all views that start a new activity on click to prevent opening an activity multiple times
* <p/>
* <p>
* This is necessary because of a bug with the shared element transition
*/
@Override