]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/date_picker_view.xml
faster date-picking without version-specifics
[mobile-ledger.git] / app / src / main / res / layout / date_picker_view.xml
diff --git a/app/src/main/res/layout/date_picker_view.xml b/app/src/main/res/layout/date_picker_view.xml
new file mode 100644 (file)
index 0000000..0cd01d3
--- /dev/null
@@ -0,0 +1,11 @@
+<?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">
+
+    <CalendarView
+        android:id="@+id/calendarView"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent" />
+</LinearLayout>
\ No newline at end of file