Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call the correct parent constructor #114

Closed
wants to merge 2 commits into from
Closed

Conversation

czeidler
Copy link

@czeidler czeidler commented Jan 7, 2014

The parent View class was not initialized correctly and I was not able to find the GraphView using findViewById. Commit 27a967c fixes that. While I was on it I also fixed some warnings (f037b37).

Clemens Zeidler added 2 commits January 7, 2014 17:09
The GraphView(Context context, AttributeSet attrs) constructor has to
call the according parent constructor otherwise the View is not
initialized correctly. For example, the view id is not set and the view
can't be find using findViewById.
@jjoe64 jjoe64 added this to the 3.2.0 milestone Mar 6, 2014
@jjoe64 jjoe64 removed this from the 3.2.0 milestone Aug 28, 2014
@jjoe64
Copy link
Owner

jjoe64 commented Jun 3, 2016

not compatible with current code

@jjoe64 jjoe64 closed this Jun 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants