Skip to content

Commit 10a7614

Browse files
Refactored some attributes to make it easier to understand what they mean.
added ability to set subtitle text below the week-day title text. Demonstrated in WholeViewSnappingActivity. replaced deprecated clipRect function with the more recommended one, as written here: https://stackoverflow.com/q/50231950/878126
1 parent f2a4226 commit 10a7614

File tree

7 files changed

+260
-113
lines changed

7 files changed

+260
-113
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.alamkanak.weekview
2+
3+
import java.util.*
4+
5+
interface WeekDaySubtitleInterpreter {
6+
fun interpretDate(date: Calendar): String
7+
}

0 commit comments

Comments
 (0)