PDA

View Full Version : fullscreen کردن برنامه



desatir7316
یک شنبه 14 دی 1393, 23:46 عصر
سلام دوستان
خواستم برنامم رو با استفاده از این لینک (http://stackoverflow.com/questions/2868047/fullscreen-activity-in-android)
کد رو تغییر دادم که با جای اینکه از activityActionBar ارث بری کنه بیاد از activity ارث بری کنه که دیگه کلا از کدهام ارور می ده:
اینم لیست ارور ها:


for onCreate : The method onCreate(Bundle) of type MainActivity must override or implement a supertype method
for setContentView : The method setContentView(int) is undefined for the type MainActivity
for getWindow : The method getWindow() is undefined for the type MainActivity
for requestWindowFeature : The method requestWindowFeature(int) is undefined for the type MainActivity

desatir7316
دوشنبه 15 دی 1393, 00:02 صبح
با این درست شد:
public class MainActivity extends FragmentActivity {