درود به شما کاربران گرامی وب سایت یاهو ۹۸
یه راه دیگه حذف کردن صفحه سیاه اول اپلیکیشن استفاده از تگ های زیر توی تم هستش.
SetActivityAttribute(Main, android:theme, @style/CustomActTheme) CreateResource(values, theme.xml, <resources> <style name="CustomActTheme"> <item name="android:windowBackground">@android:color/transparent</item> <item name="android:windowNoTitle">true</item> <item name="android:windowFullscreen">false</item> </style> </resources> )
موفق باشید.