Apps DatePicker accessibility
- Android Development
- 2 Replies
I've looked at your code and if you haven't set a theme, you should put "null" as third parameter on the getIdentifier() method. More information can be found here: What does getResources().getIdentifier() do in android?
Another question I have is: does this line exactly crash?
"TextView monthPicker = view.findViewById(monthPickerId);"
Or which expression or statement crashes?
Another question I have is: does this line exactly crash?
"TextView monthPicker = view.findViewById(monthPickerId);"
Or which expression or statement crashes?