File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ namespace MonoIO
20
20
* instances of {@link BlockView}. Also positions current "now" divider using
21
21
* {@link R.id#blocks_now} view when applicable.
22
22
*/
23
+ [ Register ( "monoio.BlocksLayout" ) ]
23
24
public class BlocksLayout : ViewGroup
24
25
{
25
26
private int mColumns = 3 ;
Original file line number Diff line number Diff line change 13
13
14
14
namespace MonoIO
15
15
{
16
+ [ Register ( "monoio.ObservableScrollView" ) ]
16
17
public class ObservableScrollView : ScrollView
17
18
{
18
19
private OnScrollListener mScrollListener ;
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ namespace MonoIO
23
23
* progression of a single day. Usually shown along with {@link BlockView}
24
24
* instances to give a spatial sense of time.
25
25
*/
26
+ [ Register ( "monoio.TimeRulerView" ) ]
26
27
public class TimeRulerView : View
27
28
{
28
29
private int mHeaderWidth = 70 ;
Original file line number Diff line number Diff line change 17
17
18
18
namespace MonoIO . UI . Widget
19
19
{
20
+ [ Register ( "monoio.ui.widget.Workspace" ) ]
20
21
public class Workspace : ViewGroup
21
22
{
22
23
private string TAG = "Workspace" ;
You can’t perform that action at this time.
0 commit comments