shiraji / color-manager

Android color manager plugin for Android Studio/Intellij
https://plugins.jetbrains.com/plugin/8583
Apache License 2.0
55 stars 2 forks source link

D&D to replace tag value #51

Open shiraji opened 7 years ago

shiraji commented 7 years ago

Now, when I D&D (e.g. @color/red) to already filled in tag, android:background="@color/white", it would be android:background="@color/white@color/red". I think instead this should produce android:background="@color/red"

If the tag is using databinding, it should not replace anything.