Could someone direct me towards the right setting to get the Android Layout Previewer to render layouts using custom styles? Once I build and deploy my android app my styles are properly rendered, so the build is correct.
<com.xxx.FontTextView
android...
style="@style/AppTheme.T2"
/>
Thanks!