Skip to content

Commit 4b0aad8

Browse files
committed
[MonoIO] Update sample to work with new ACW name schema
1 parent 6c0a735 commit 4b0aad8

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

MonoIO/UI/Widget/BlocksLayout.cs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ namespace MonoIO
2020
* instances of {@link BlockView}. Also positions current "now" divider using
2121
* {@link R.id#blocks_now} view when applicable.
2222
*/
23+
[Register ("monoio.BlocksLayout")]
2324
public class BlocksLayout : ViewGroup
2425
{
2526
private int mColumns = 3;

MonoIO/UI/Widget/ObservableScrollView.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
namespace MonoIO
1515
{
16+
[Register ("monoio.ObservableScrollView")]
1617
public class ObservableScrollView : ScrollView
1718
{
1819
private OnScrollListener mScrollListener;

MonoIO/UI/Widget/TimeRulerView.cs

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ namespace MonoIO
2323
* progression of a single day. Usually shown along with {@link BlockView}
2424
* instances to give a spatial sense of time.
2525
*/
26+
[Register ("monoio.TimeRulerView")]
2627
public class TimeRulerView : View
2728
{
2829
private int mHeaderWidth = 70;

MonoIO/UI/Widget/Workspace.cs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
namespace MonoIO.UI.Widget
1919
{
20+
[Register ("monoio.ui.widget.Workspace")]
2021
public class Workspace : ViewGroup
2122
{
2223
private string TAG = "Workspace";

0 commit comments

Comments
 (0)