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
There are two simple and quick solutions
go to res-->values-->styles
YOU can also watch this video for more easiness CLICK HERE
Solution 1:
You can remove the action bar by replacing
to
Solution2:
Simply add these lines
false true
So now your style file look like this
`