在我的应用程序中,我尝试使用动画来移动图像。尽管我在每个xml块中都使用了clipChildren false,但当我尝试对图像进行动画处理时,图像还是被剪切了
    <RelativeLayout
        android:id="@+id/baselayout"
        android:layout_width="match_parent"
        android:layout_height="120dp"
        android:layout_alignParentRight="true"
        android:layout_below="@+id/imageView1"
        android:clipChildren="false"
        android:clipToPadding="false" >https://stackoverflow.com/questions/22930626
复制相似问题