So my problem is a weird one. I keep getting this error:
java.lang.UnsupportedOperationException: Can\'t convert to dimension: type=0x12
Th
While there are a lot of attributes that can cause this crash, because it is difficult to fix you might want to just check for ?android:attr/listPreferredItemPaddingStart
(and all other ~start and ~end attributes). This question also indicates that windowTranslucentStatus
and windowTranslucentNavigation
are a problem.
You should add android:windowTranslucentNavigation
attribute in values-v19
style.
It is not supported in older versions.