We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa1475 commit 1399bc3Copy full SHA for 1399bc3
library/src/main/java/com/alamkanak/weekview/WeekView.java
@@ -1786,6 +1786,18 @@ public void setVerticalFlingEnabled(boolean enabled) {
1786
mVerticalFlingEnabled = enabled;
1787
}
1788
1789
+ /**
1790
+ * Get the height of AllDay-events
1791
+ * @return Height of AllDay-events
1792
+ */
1793
+ public int getAllDayEventHeight(){ return mAllDayEventHeight; }
1794
+
1795
1796
+ * Set the height of AllDay-events
1797
+ * @param height
1798
1799
+ public void setAllDayEventHeight(int height){ mAllDayEventHeight = height; }
1800
1801
/////////////////////////////////////////////////////////////////
1802
//
1803
// Functions related to scrolling.
0 commit comments