حذف سفیدی یا سیاهی اول آپ

برای حذف اون صفحه سفید یا سیاهی که اول برنامه بهتون نشون میده در صورتی که از متریال استفاده نمی کنید کافیه کدهای زیر رو به منیفستتون اضافه کنید:

 

SetApplicationAttribute(android:theme, "@style/LightTheme")
CreateResource(values-v14, theme.xml,
<resources>
  <style
  name="LightTheme" parent="@android:style/Theme.Holo.Light">
   <item name="android:windowDisablePreview">true</item>
  </style>
</resources>
)

 

فرستاده شده : Mahdi_designer

دیدگاهتان را بنویسید