我有一个看法。我将视图设置在屏幕之外。现在,我想在此视图上从左到屏幕制作幻灯片动画。如何在Android中做到这一点?
这是我的观点
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/mView"
android:layout_width="200dp"
android:layout_height="140dp"
android:layout_gravity="center_vertical|end">
答案 0 :(得分:1)
这是用于将带有动画的文本视图从x位置0移到屏幕宽度中心的示例代码。
php bin/magento setup:static-content:deploy -f
答案 1 :(得分:0)
您可以查看有关动画plural "strings"的本教程
这是在x轴上移动textview 100点的示例代码。您可以像这样为自己的视图设置动画。
public class SignInResultResponse
{
public SignInResponse Result { get; set; }
public int StatusCode { get; set; }
public string Message { get; set; }
public string Version { get; set; }
}
public class SignInResponse
{
public int Id { get; set; }
public string Email { get; set; }
public string CellPhone { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
public string Avatar { get; set; }
public string Address { get; set; }
}