Android Studio preview still displaying holo theme after switching to appcompat -


in few seemingly random layouts, android studio showing holo preview after switching appcompat. i've tried restarting computer, android studio, rebuilding, , clean building project no success.

example layout:

<textview     xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="wrap_content"     android:layout_height="wrap_content"     android:text="example"/> 

i have checked app's theme , there no references holo anywhere.

is there sort of cache in android studio can clear?


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -