Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Any suggestions on where such an interface might live? I don't think it makes sense for the interface to be in the drawerlayout artifact if you're specifically going to use the interface to *not* use DrawerLayout.
na...@google.com <na...@google.com> #3
androidx.customview would be a good candidate. This is used by all of the widget libraries.
Description
Component used: Macrobench 1.3.0-SNAPSHOT
Sorry, should've found this in the aosp/2853596 .
I think the
label
param should be after themode
param, because it forces usingmode
with named argument, or needs to be defined.I suggest putting the
label
as the last argument, because it's the least likely to be defined.