SyntaxFix
Write A Post
Hire A Developer
Questions
In Android manifest just change theme of activity to AppTheme as follow code snippet
<activity android:name=".MainActivity" android:label="@string/app_name" android:theme="@style/AppTheme"> </activity>