gpt4 book ai didi

android - 如何在日历 View 中添加按钮?

转载 作者:行者123 更新时间:2023-11-30 03:36:36 24 4
gpt4 key购买 nike

我正在尝试在我的应用程序中使用标准日历 View (api >11),但令我惊讶的是,月份之间的切换只能通过滚动来完成。我不想在日历 View 的前后添加按钮。

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >

<LinearLayout
android:id="@+id/buttlayaout"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >

<Button
android:id="@+id/button1"
android:layout_width="120dp"
android:layout_height="40dp"
android:layout_gravity="left"
android:text="Previous" />

<Button
android:id="@+id/button2"
android:layout_width="120dp"
android:layout_height="40dp"
android:layout_gravity="left"
android:text="Next" />
</LinearLayout>

<CalendarView
android:id="@+id/calendarView1"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</CalendarView>

</LinearLayout>

最佳答案

据我所知,您不能向日历 View 添加按钮。但是,您可以进行选择。

我制作了一个横跨 5 年的水平 ScrollView 。还有几个月的另一个水平 ScrollView 。提取选定的月份和年份后。您可以选择带有您自己的日期的 CalendarView.setData() 并为您设置日期

关于android - 如何在日历 View 中添加按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16586173/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com