| | |
| | | android:id="@+id/activity_ctrl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | tools:context="com.hdl.sdk.ttl_sdk.activity.MCUActivity"> |
| | | tools:context="com.hdl.sdk.ttl_sdk.activity.SensorActivity"> |
| | | |
| | | <include |
| | | android:id="@+id/hdl_top_bar_layout" |
| | |
| | | android:id="@+id/sensorText" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="这个按钮做传感器演示" /> |
| | | android:text="这个按钮做传感器演示,触发事件上报状态" /> |
| | | |
| | | <Button |
| | | android:id="@+id/sensorbtn" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="获取传感器状态" /> |
| | | </LinearLayout> |
| | | |
| | | </RelativeLayout> |