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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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