Both resources are defined with the Android Support Library and since these symbols cannot be resolved, it seems like you're missing to define the support dependency.
dependencies { compile "com.android.support:appcompat-v7:$androidSupportVersion" }