crash - material design android 5.0

前端 未结 5 1731
难免孤独
难免孤独 2020-12-29 23:40

I have a big problem with my app. It crashes and I don\'t know why.

In my app I have a Activity with a listview and a customlistviewa

5条回答
  •  礼貌的吻别
    2020-12-29 23:55

    I had the same issue, I found a way to avoid the crash. You can just change the return-transition to others instead of fade, such as: explode/move/slide/...

    To do that you can just add

    @android:transition/explode
    

    to your apptheme file.

提交回复
热议问题