我用日历制作应用程序。 我使用简单的CalendarView。
<CalendarView
android:id="@+id/calendarView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
在模拟器上,一切正常。 但是在我的手机上,魅族Pro 5标准视图取代了魅族的日历。
所以我的问题是,我如何在AOSP的仿真器上保持标准日历视图。 Emulator view Meizu view