res/values/styles.xml
.AppTheme
as follows:
<resources> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> </style> </resources>
com.example.wenchen.helloworld.MainActivityThe other activity points to the class:
com.example.wenchen.helloworld.NextActivity
|
||||||||||||||||||||||||||||||||||||||||
|