feat: 新增资源

This commit is contained in:
niushuai233 2022-10-20 14:24:13 +08:00
parent ac711521cf
commit 7242f67c35
3 changed files with 14 additions and 0 deletions

View File

@ -10,4 +10,5 @@
<color name="gray">#FFAFAFAF</color> <color name="gray">#FFAFAFAF</color>
<color name="main_bg_color">#F6F6F6</color> <color name="main_bg_color">#F6F6F6</color>
<color name="empty">#00FF0000</color> <color name="empty">#00FF0000</color>
<color name="btn_green">#83FF4D</color>
</resources> </resources>

View File

@ -47,6 +47,13 @@
<item name="power_switch_set_activity_item_paramSet_outside" type="id"/> <item name="power_switch_set_activity_item_paramSet_outside" type="id"/>
<item name="power_switch_set_activity_item_paramSet_text" type="id"/> <item name="power_switch_set_activity_item_paramSet_text" type="id"/>
<item name="power_switch_set_activity_item_paramSet_icon" type="id"/> <item name="power_switch_set_activity_item_paramSet_icon" type="id"/>
<item name="power_switch_set_activity_item_paramSet_open_tv" type="id"/>
<item name="power_switch_set_activity_item_paramSet_open_ev" type="id"/>
<item name="power_switch_set_activity_item_paramSet_close_tv" type="id"/>
<item name="power_switch_set_activity_item_paramSet_close_ev" type="id"/>
<item name="power_switch_set_activity_item_paramSet_btn_save" type="id"/>
<!--日志查看--> <!--日志查看-->
<item name="power_switch_set_activity_item_logView_outside" type="id"/> <item name="power_switch_set_activity_item_logView_outside" type="id"/>
<item name="power_switch_set_activity_item_logView_text" type="id"/> <item name="power_switch_set_activity_item_logView_text" type="id"/>

View File

@ -9,6 +9,9 @@
<string name="log">日志</string> <string name="log">日志</string>
<string name="confirm">确定</string> <string name="confirm">确定</string>
<string name="cancel">取消</string> <string name="cancel">取消</string>
<string name="open">开启</string>
<string name="close">关闭</string>
<string name="save">保存</string>
<!--common end--> <!--common end-->
<!--测试字符串 start--> <!--测试字符串 start-->
@ -33,6 +36,9 @@
<string name="power_switch_set_iconChange">更换图标</string> <string name="power_switch_set_iconChange">更换图标</string>
<string name="power_switch_set_paramSet">参数设置</string> <string name="power_switch_set_paramSet">参数设置</string>
<string name="power_switch_set_logView">日志</string> <string name="power_switch_set_logView">日志</string>
<string name="power_switch_set_paramSet_open"></string>
<string name="power_switch_set_paramSet_close"></string>
<!--开关设置页面 end--> <!--开关设置页面 end-->
<!--设备 end--> <!--设备 end-->
</resources> </resources>