mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
adding an animation to the recordings list
This commit is contained in:
@@ -152,6 +152,7 @@ class PlayerFragment(context: Context, attributeSet: AttributeSet) : MyViewPager
|
||||
}.apply {
|
||||
recordings_list.adapter = this
|
||||
}
|
||||
recordings_list.scheduleLayoutAnimation()
|
||||
} else {
|
||||
adapter.updateItems(recordings)
|
||||
}
|
||||
|
@@ -24,6 +24,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:clipToPadding="false"
|
||||
android:layoutAnimation="@anim/layout_animation"
|
||||
android:scrollbars="none"
|
||||
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager"
|
||||
app:layout_constraintBottom_toTopOf="@+id/player_controls_wrapper"
|
||||
|
Reference in New Issue
Block a user