News

textSize="30dp" android:layout_marginLeft="112dp"/> </RelativeLayout> 3)Now to move on from one Activity to another and making Splash Screen as your parent Activity do add the SplashScreen.java ...
Put your splash screen Images for portrait ... overridePendingTransition(android.R.anim.fade_in, android.R.anim.fade_out); finish(); } }, DELAY_MILLIS); } } Dont forget to register Splash Acrtivity in ...