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

i got some error #5

Open
elhak opened this issue Apr 14, 2016 · 6 comments
Open

i got some error #5

elhak opened this issue Apr 14, 2016 · 6 comments
Assignees
Labels

Comments

@elhak
Copy link

elhak commented Apr 14, 2016

java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.TextView.setText(java.lang.CharSequence)' on a null object reference

how to solve that?

@blazsolar blazsolar self-assigned this Apr 14, 2016
@blazsolar blazsolar added the bug label Apr 14, 2016
@blazsolar
Copy link
Owner

could you post whole stack trace or instructions how to reproduce this issue?

@elhak
Copy link
Author

elhak commented Apr 15, 2016

i just add this in my layout and i got error like that..
<solar.blaz.date.week.WeekDatePicker android:id="@+id/date_picker" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="5dp" android:paddingBottom="5dp" android:textSize="18sp" app:wdp_labelTextSize="12sp" app:wdp_labelPadding="5dp" app:wdp_firstDayOfWeek="monday"/>

@blazsolar
Copy link
Owner

Are you sure it is WeekDatePickers fault. TextView is never used in this library so it is strange that that would be the cause of the error.

@elhak
Copy link
Author

elhak commented Apr 15, 2016

ohh yes sorry is my bad,, but i got error this

Failed to find style 'weekDatePickerStyle' in current theme (2 similar errors not shown)

@elhak
Copy link
Author

elhak commented Apr 15, 2016

and i got new error in layouting like this org.threeten.bp.zone.ZoneRulesException: No time-zone data files registered

@elhak
Copy link
Author

elhak commented Apr 15, 2016

how to solve that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants