在我的应用中,有一个日历页面,我有我的活动
<CalendarView
android:id="@+id/CompanyCalendarCalendar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true" />
在较新的手机上工作正常,但在Android 4.1.2版本的应用程序页面只是黑屏,而在调试中,我看到很多错误:
[samsung-gt_i8190n-4790f0be6f67b05a]: W/ResourceType: Failure getting entry for 0x010802c9 (t=7 e=713) in package 0 (error -75)
(设备是samsung-gt_8190n)
只是这个版本的android不支持CalendarView吗?如果没有,我可以使用什么呢?
请注意,此页面上还没有任何代码,并且在更高版本的android上运行正常。
由于
答案 0 :(得分:0)
我没有使用日历视图,而是使用了caldroid,它可以在布局中实现为
实施: 将以下内容添加到build.gradle:
compile 'com.roomorama:caldroid:3.0.1'
然后同步。
然后在你的布局上添加一个roomorama.caldroid