Postingan

Menampilkan postingan dari September, 2018

How to Resolved "Failed to find style 'coordinatorLayoutStyle' in current theme"

Gambar
How to Resolved "Failed to find style 'coordinatorLayoutStyle' in current theme" when you using the latest version of android studio (3.0), along with latest build tools (27) and similar API level. The layout does not get rendered in the design tab and it's causing a lot of trouble especially that when I'm using coordinator layout. How do I get around this problem? To resolved this, I solved this rendering problem by simply inserting this line into the application theme, at style.xml. <style name = "AppTheme.NoActionBar" > < item name = "coordinatorLayoutStyle" >@ style / Widget . Design . CoordinatorLayout </ item > </style>