公告板
版本库
filestore
活动
搜索
登录
韦秀桡
/
CrabtreeOn
CrabtreeOn
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
20191225
wxr
2019-12-25
3df772e4fdd553b2954e8f3f55ce7ff5905407c3
[~wxr/CrabtreeOn.git]
/
Crabtree
/
SmartHome
/
UI
/
SimpleControl
/
Phone
/
DoorLock
/
UserIDView.cs
1
2
3
4
5
6
7
8
9
10
11
12
using System;
namespace Shared.SimpleControl.Phone
{
public class UserIDView : FrameLayout
{
public void Show (DoorLock doorLock)
{
this.BackgroundColor = 0xF0474747;
}
}
}