Fixed
Status Update
Comments
gh...@google.com <gh...@google.com>
gh...@google.com <gh...@google.com> #2
Implemented in 3.6 Beta 1
Change ID: Id3649b5fdd82ada2648c03f81504415d9dae211c
Change ID: Id3649b5fdd82ada2648c03f81504415d9dae211c
Description
/home/niklas/dev/GitHub/vanniktech/feature-counter/src/main/res/layout/counter_adapter_item.xml:26: Error: Redundant attribute layout_marginRight; already defining layout_marginEnd with targetSdkVersion 21 [RtlHardcoded]
android:layout_marginRight="@dimen/content_margin"
~~~~~~~~~~~~~~~~~~~~~~~~~~
```
would be dope if Lint could auto-remove these attributes. The API for removing attributes already exist. It just needs a quickfix.