From 3cab37863f5d034097dbd4a381a7fdb9c9a347c2 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期一, 18 十一月 2019 17:23:48 +0800 Subject: [PATCH] 优化加载数据列表 --- ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs | 79 +++++++++++++++++++-------------------- 1 files changed, 38 insertions(+), 41 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs b/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs index e050f4b..ef595f8 100644 --- a/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs +++ b/ZigbeeApp/GateWay.Droid/Resources/Resource.designer.cs @@ -2192,85 +2192,82 @@ public const int ic_gps_point = 2130837614; // aapt resource value: 0x7f02006f - public const int ic_launcher = 2130837615; + public const int ic_wd_arc_scale_bg = 2130837615; // aapt resource value: 0x7f020070 - public const int ic_wd_arc_scale_bg = 2130837616; + public const int ic_wd_curtain_bg_top = 2130837616; // aapt resource value: 0x7f020071 - public const int ic_wd_curtain_bg_top = 2130837617; + public const int ic_wd_curtain_h_bg = 2130837617; // aapt resource value: 0x7f020072 - public const int ic_wd_curtain_h_bg = 2130837618; + public const int ic_wd_curtain_h_open = 2130837618; // aapt resource value: 0x7f020073 - public const int ic_wd_curtain_h_open = 2130837619; + public const int ic_wd_curtain_h_progress = 2130837619; // aapt resource value: 0x7f020074 - public const int ic_wd_curtain_h_progress = 2130837620; + public const int ic_wd_curtain_h_top = 2130837620; // aapt resource value: 0x7f020075 - public const int ic_wd_curtain_h_top = 2130837621; + public const int ic_wd_curtain_open = 2130837621; // aapt resource value: 0x7f020076 - public const int ic_wd_curtain_open = 2130837622; + public const int ic_wd_curtain_roll_bg = 2130837622; // aapt resource value: 0x7f020077 - public const int ic_wd_curtain_roll_bg = 2130837623; + public const int ic_wd_curtain_roll_progress = 2130837623; // aapt resource value: 0x7f020078 - public const int ic_wd_curtain_roll_progress = 2130837624; + public const int Icon = 2130837624; // aapt resource value: 0x7f020079 - public const int Icon = 2130837625; + public const int Loading = 2130837625; // aapt resource value: 0x7f02007a - public const int Loading = 2130837626; + public const int notification_action_background = 2130837626; // aapt resource value: 0x7f02007b - public const int notification_action_background = 2130837627; + public const int notification_bg = 2130837627; // aapt resource value: 0x7f02007c - public const int notification_bg = 2130837628; + public const int notification_bg_low = 2130837628; // aapt resource value: 0x7f02007d - public const int notification_bg_low = 2130837629; + public const int notification_bg_low_normal = 2130837629; // aapt resource value: 0x7f02007e - public const int notification_bg_low_normal = 2130837630; + public const int notification_bg_low_pressed = 2130837630; // aapt resource value: 0x7f02007f - public const int notification_bg_low_pressed = 2130837631; + public const int notification_bg_normal = 2130837631; // aapt resource value: 0x7f020080 - public const int notification_bg_normal = 2130837632; + public const int notification_bg_normal_pressed = 2130837632; // aapt resource value: 0x7f020081 - public const int notification_bg_normal_pressed = 2130837633; - - // aapt resource value: 0x7f020082 - public const int notification_icon_background = 2130837634; - - // aapt resource value: 0x7f020088 - public const int notification_template_icon_bg = 2130837640; - - // aapt resource value: 0x7f020089 - public const int notification_template_icon_low_bg = 2130837641; - - // aapt resource value: 0x7f020083 - public const int notification_tile_bg = 2130837635; - - // aapt resource value: 0x7f020084 - public const int notify_panel_notification_icon_bg = 2130837636; - - // aapt resource value: 0x7f020085 - public const int selector_pickerview_btn = 2130837637; - - // aapt resource value: 0x7f020086 - public const int tooltip_frame_dark = 2130837638; + public const int notification_icon_background = 2130837633; // aapt resource value: 0x7f020087 - public const int tooltip_frame_light = 2130837639; + public const int notification_template_icon_bg = 2130837639; + + // aapt resource value: 0x7f020088 + public const int notification_template_icon_low_bg = 2130837640; + + // aapt resource value: 0x7f020082 + public const int notification_tile_bg = 2130837634; + + // aapt resource value: 0x7f020083 + public const int notify_panel_notification_icon_bg = 2130837635; + + // aapt resource value: 0x7f020084 + public const int selector_pickerview_btn = 2130837636; + + // aapt resource value: 0x7f020085 + public const int tooltip_frame_dark = 2130837637; + + // aapt resource value: 0x7f020086 + public const int tooltip_frame_light = 2130837638; static Drawable() { -- Gitblit v1.8.0