با سلام دوستان
وقتی داشتم یک برنامه رو کد نویسی می کردم ، اون چیزی که در دیزاین برنامه میدیدم با اون چیزی که وقتی با جنی موشن اجرا می کنم فرق داره ، این از کد ها
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">

<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/my_name"
android:textColor="#00de51"
android:textSize="50sp"
tools:layout_editor_absoluteX="110dp"
tools:layout_editor_absoluteY="72dp" />

<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"
tools:layout_editor_absoluteX="148dp"
tools:layout_editor_absoluteY="349dp" />
</android.support.constraint.ConstraintLayout>اینم از عکس برنامه در پیش نمایش استودیو http://s9.picofile.com/file/8337986484/1.png



و اینم عکس اجرایی توسط جنی موشن http://s9.picofile.com/file/8337986892/2.png


دوستان لطفا راهنمایی کنید ، متشکرم..