possible fix of attribute parsing

This commit is contained in:
X1nto 2020-07-29 11:00:23 +04:00
parent 872739e449
commit fc2b5d419e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
android:paddingEnd="?attr/listPreferredItemPaddingEnd"
android:paddingRight="?attr/listPreferredItemPaddingRight"
app:backgroundColorAttr="@{checked ? androidx.appcompat.R.attr.colorControlActivated : (enabled ? androidx.appcompat.R.attr.colorButtonNormal : androidx.appcompat.R.attr.colorControlHighlight)}"
app:backgroundColorAttr="@{checked ? android.R.attr.colorControlActivated : (enabled ? android.R.attr.colorButtonNormal : android.R.attr.colorControlHighlight)}"
tools:background="?attr/colorControlActivated">
<TextView