Revert "[android] Display overlay layer state with icon"

This reverts commit d44f0ae7da.
This commit is contained in:
Konstantin Pastbin
2025-08-26 20:15:35 +07:00
parent 47936df79c
commit 31219ded29
6 changed files with 9 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ public class LayersButton extends FloatingActionButton
{
final int[] drawableState = super.onCreateDrawableState(extraSpace + 1);
if (mAreLayersActive)
mergeDrawableStates(drawableState, new int[] {R.attr.state_layers_enabled});
mergeDrawableStates(drawableState, new int[] {R.attr.layers_enabled});
return drawableState;
}