Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

@SeekBarTouchStop naming convention is wrong #1339

@niusounds

Description

@niusounds

These codes cannot generate correct class.

<SeekBar
    android:id="@+id/seekBar"
    android:layout_width="match_parent"
    android:layout_height="wrap_content" />

and

@SeekBarTouchStop
void seekBarSeekBarTouchStopped() {
}

This works fine.

@SeekBarTouchStop
void seekBarSeekBarTouchStoped() {
}

It should be named with "Stopped" suffix.

thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions