我有卡片视图,我想动画android:layout_marginTop。这是xml
ToList()
我用ObjectAnimator
尝试了这个<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/maps_cardview_id"
android:layout_width="match_parent"
android:layout_height="75dp"
android:layout_marginTop="0dp"
android:visibility="visible"
tools:background="#ff0000">
但这不是我需要的。它正在移动cardview翻译。有没有办法使用ObjectAnimator来动画#34; android:layout_marginTop&#34;?
任何指针都非常感激。
THX!