]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/layout/date_picker_view.xml
0cd01d34b3ff71a9a8e3ad12c10854865f32f8b5
[mobile-ledger.git] / app / src / main / res / layout / date_picker_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:orientation="vertical">
6
7     <CalendarView
8         android:id="@+id/calendarView"
9         android:layout_width="match_parent"
10         android:layout_height="match_parent" />
11 </LinearLayout>