I have noticed that in our ide , in a module project (com.android.library) we can see the styles are applied if we execute the application on our device , but can't see them in the layout editor.
This would be what my package structure looks like
app (com.android.application)
-res
--values
---styles.xml
module (com.android.library)
-res
--layouts
---module.xml.
Here in my module.xml layout if i try to access a style mentioned in my app module , it shows as an error in the layout editor
It does however compile properly and i can even see the styles applied on the device , however its a hassle if I am not able to see the styles applied in the layout editor.