Questions tagged [shared-element-transition]

A shared elements transition determines how views that are shared between two activities transition between these activities.

A shared elements transition determines how views that are shared between two activities transition between these activities.

https://developer.android.com/training/material/animations.html

435 questions
0
votes
3 answers

Shared Element Transition Android not working

I have a recycler view. Inside onclick of the recyclerview item, I have applied a shared element transition. Here's the recycler view adapter: @Override public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) { final View view =…
androider
  • 982
  • 6
  • 16
  • 32
0
votes
2 answers

Return to Activity with correct Transition or without Shared Element Transition

i used this guide to make a simple RecyclerView (in a fragment) to Activity Shared Element Transition with multiple elements and it all worked fine up the point i am trying to get back. Althought i pass the ViewHolder as seen below sometimes the…
0
votes
1 answer

Imageview turns blank, when used with gridLayoutManager in recyclerView

I have two activities, one shows the movie list, and the other shows movie details. I have a shared element transition on a movie's poster. It works fine when I use with linearlayoutmanager, but when I use a gridLayoutManager for the recyclerView,…
sunk
  • 11
  • 2
0
votes
1 answer

Is there a connection between Shared element transition and the app Theme?

I have a program that i made in android studio which uses shared element transition, the problem is that i have a title bar that i want to remove and when i remove it for example: