如何使用XML创建日历
答案 0 :(得分:3)
“使用xml”创建日历的一种方法是使用配置xml文件,例如flash Calendar,其中所有图片和文本都是从易于加载的-edit XML文件。
然而,简单的ini文件可能同样有效,也更容易编辑;)
你可以考虑一些代表日历的xml格式,知道XSD might transform it进入日历,但为此,我们应该更多地了解你的预期输出格式。
例如,Microsoft确实有Calendar element, which represents calendar data when you save a project in the XML format. 这可以为您提供这种数据的xml格式的一个很好的例子。
答案 1 :(得分:0)
I tried this code
<CalendarView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/calendarView"
android:layout_weight="1" />