1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:layout_width="match_parent" 6 android:layout_height="match_parent" 7 tools:context="com.example.nanchen.mydateviewdemo.MainActivity"> 8 9 <com.example.nanchen.mydateviewdemo.view.CalendarView 10 android:id="@+id/calender" 11 android:background="#fff" 12 android:layout_width="match_parent" 13 android:layout_height="wrap_content"> 14 15 </com.example.nanchen.mydateviewdemo.view.CalendarView> 16 </RelativeLayout>
drawable包下的
month_next_selector.xml