Trying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying
Toolbar
java.lang.RuntimeException: Unable to start
Add single line android:theme="@style/AppTheme.NoActionBar" to activity in AndroidManifest and you've done.
android:theme="@style/AppTheme.NoActionBar"
activity
AndroidManifest
AndroidManifest.xml:
styles.xml