Set enabled state recursively instead of using duplicateParentState.
android:duplicateParentState makes a child inherit all drawable states from the parent, which means we can't make the parent enabled while keeping the child disabled. LOW_COVERAGE_REASON=b/326621383 Bug: 310218979 Test: manually confirm that checked and disabled state still looks okay Change-Id: Id948e6dd0f4079919b680151372016a674d20a8c
Loading
Please register or sign in to comment