Updated on 2026-08-14
This commit is contained in:
parent
45945113d2
commit
223a558f90
17 changed files with 20 additions and 116 deletions
|
|
@ -29,7 +29,7 @@ abstract class ComposeFragment : Fragment(), ComposeScreen {
|
|||
* @return `true` if transitions were inflated; `false` otherwise.
|
||||
*/
|
||||
protected open fun TransitionInflater.inflateTransitions(): Boolean {
|
||||
enterTransition = inflateTransition(R.transition.slide_right)
|
||||
enterTransition = inflateTransition(R.transition.fade)
|
||||
exitTransition = inflateTransition(R.transition.fade)
|
||||
|
||||
return true
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<slide xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:slideEdge="right" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue