Shared Element transition bug from TextView to EditText
I am trying to do an Android Shared Transtion between a TextView and a EditText´ but when showing the resulting Activity the text in the EditView have been shifted up. See attached pictures. Also, clicking on the EditView` after the transition will restore the text to the correct position. First clicking any row in RecylcerView: The cell view, the date TextEdit and the Name TextEdit are shared to the next activity. The cell background is transitioned into the toolbar. Start activity cell layout: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk