-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
699f4e3
commit af9ecab
Showing
20 changed files
with
81 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 2 additions & 7 deletions
9
library/src/main/java/com/prolificinteractive/materialcalendarview/DirectionButton.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:viewportHeight="24.0" | ||
android:viewportWidth="24.0" | ||
android:width="24dp" | ||
> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" | ||
/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:viewportHeight="24.0" | ||
android:viewportWidth="24.0" | ||
android:width="24dp" | ||
> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M15.41,7.41L14,6l-6,6 6,6 1.41,-1.41L10.83,12z" | ||
/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file removed
BIN
-395 Bytes
sample/src/main/res/drawable-hdpi/ic_navigation_arrow_forward.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-266 Bytes
sample/src/main/res/drawable-mdpi/ic_navigation_arrow_forward.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-502 Bytes
sample/src/main/res/drawable-xhdpi/ic_navigation_arrow_forward.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-742 Bytes
sample/src/main/res/drawable-xxhdpi/ic_navigation_arrow_forward.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:viewportHeight="24.0" | ||
android:viewportWidth="24.0" | ||
android:width="24dp" | ||
> | ||
<path | ||
android:fillColor="#0093FF" | ||
android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z" | ||
/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:viewportHeight="24.0" | ||
android:viewportWidth="24.0" | ||
android:width="24dp" | ||
> | ||
<path | ||
android:fillColor="#0093FF" | ||
android:pathData="M12,4l-1.41,1.41L16.17,11H4v2h12.17l-5.58,5.59L12,20l8,-8z" | ||
/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
xmlns:app="http://schemas.android.com/apk/res-auto" | ||
android:orientation="vertical" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" | ||
android:paddingBottom="@dimen/activity_vertical_margin" | ||
android:paddingLeft="@dimen/activity_horizontal_margin" | ||
android:paddingRight="@dimen/activity_horizontal_margin" | ||
android:paddingTop="@dimen/activity_vertical_margin" | ||
android:paddingBottom="@dimen/activity_vertical_margin" | ||
tools:context="com.prolificinteractive.materialcalendarview.sample.CustomizeXmlActivity" | ||
> | ||
|
||
<com.prolificinteractive.materialcalendarview.MaterialCalendarView | ||
android:id="@+id/calendarView" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
app:mcv_showOtherDates="all" | ||
app:mcv_arrowColor="?attr/colorPrimary" | ||
app:mcv_leftArrowMask="@drawable/ic_navigation_arrow_back" | ||
app:mcv_rightArrowMask="@drawable/ic_navigation_arrow_forward" | ||
app:mcv_selectionColor="?attr/colorPrimary" | ||
app:mcv_headerTextAppearance="@style/CustomTextAppearance" | ||
app:mcv_calendarMode="week" | ||
app:mcv_dateTextAppearance="@style/CustomTextAppearance" | ||
app:mcv_weekDayTextAppearance="@style/CustomTextAppearance" | ||
app:mcv_weekDayLabels="@array/custom_weekdays" | ||
app:mcv_firstDayOfWeek="thursday" | ||
app:mcv_headerTextAppearance="@style/CustomTextAppearance" | ||
app:mcv_leftArrowMask="@drawable/ic_arrow_back" | ||
app:mcv_monthLabels="@array/custom_months" | ||
app:mcv_rightArrowMask="@drawable/ic_arrow_forward" | ||
app:mcv_selectionColor="?attr/colorPrimary" | ||
app:mcv_showOtherDates="all" | ||
app:mcv_tileSize="36dp" | ||
app:mcv_firstDayOfWeek="thursday" | ||
app:mcv_calendarMode="week" | ||
app:mcv_titleAnimationOrientation="vertical" | ||
app:mcv_weekDayLabels="@array/custom_weekdays" | ||
app:mcv_weekDayTextAppearance="@style/CustomTextAppearance" | ||
/> | ||
|
||
</LinearLayout> |