nickk
12/19/2018, 6:03 PMUnsupportedOperationException
?
themedEditText
works fine, for instance.
// fine
textView("> Hello from code $count") {
}
// crashes
themedTextView("> Hello from code $count", theme = R.style.TextLarge2) {
}
AS 3.2, anko 0.10.8miha-x64
12/20/2018, 11:59 AMnickk
12/20/2018, 12:06 PMmiha-x64
12/20/2018, 12:20 PMnickk
12/20/2018, 12:34 PM<style name="TextLarge2" parent="TextAppearance.AppCompat.Medium">
<item name="android:fontFamily">sans-serif</item>
<item name="android:textSize">22sp</item>
<item name="android:layout_margin">8dp</item>
<item name="android:textColor">#ffffff</item>
<item name="android:background">@color/colorPrimary</item>
</style>
<style name="TextLarge3" parent="TextAppearance.AppCompat.Medium">
</style>
miha-x64
12/20/2018, 12:57 PMcom.android.internal.R.styleable.TextAppearance_textColorHighlight
is the causenickk
12/20/2018, 12:58 PM