Error: No resource found that matches the given name: attr 'listViewStyle'
I have tried everything from here. Nothing is working.
I have imported AP
I resolved the same issue by adding
android:theme="@style/AppTheme"
within application tag in the AndroidManifest.xml file. This will recognize the app theme.
...