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
I solved it by removing this line:
android:theme="@style/Theme.MyCompatTheme"
from activity properties in the Manifest file
Manifest file