created dialog_date_month_year_picker.xml

This commit is contained in:
sathwikcs
2025-03-18 17:43:28 +05:30
parent 9c3156a85a
commit 811f71049d

View File

@@ -0,0 +1,14 @@
<?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="wrap_content"
android:orientation="vertical"
android:padding="16dp">
<CalendarView
android:id="@+id/calendarViewPicker"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>