آموزش جاوااسکریپت › انجمن ها › react native › خطا در اجرای splashScreen › پاسخ به: خطا در اجرای splashScreen
می 28, 2018 در 2:40 ب.ظ
#14445
مهدی حسن زاده
مدیرکل
توجه کنید ImageView به حروف بزرگ و کوچیک حساسه و باید به شکل زیر باشه
JavaScript
1 2 3 4 5 6 |
<ImageView android:layout_width="200dp" android:layout_height="200dp" android:layout_marginTop="24dp" android:src="@mipmap/icon" /> |