我使用了查看日历西班牙语,但我不确定如何更改语言,有些属性在任何地方都不可用。
现在我有这个:
<CalendarView
android:id="@+id/calendari"
android:layout_margin="10dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:weekNumberColor="@color/botoCalendari"
android:focusedMonthDateColor="#d91f1f"
android:weekSeparatorLineColor="#1fd928"
android:selectedWeekBackgroundColor="#1fd9d6"
android:unfocusedMonthDateColor="#d91fd9"
/>
Run Code Online (Sandbox Code Playgroud)
是否有任何财产或代码?
非常感谢。
android ×1