|
@@ -374,28 +374,23 @@ public class VIPRemoteMeterMainScreen extends WpadScreen {
|
|
|
|
|
|
//달력 년도 월 표시
|
|
//달력 년도 월 표시
|
|
mYearMonth = new WpadTextView(getContext(), false, 286, 54, Gravity.CENTER, Color.WHITE, Common.fontsize._36, false, ID.RemoteMeterMainScreenID.text.TEXT_INFO);
|
|
mYearMonth = new WpadTextView(getContext(), false, 286, 54, Gravity.CENTER, Color.WHITE, Common.fontsize._36, false, ID.RemoteMeterMainScreenID.text.TEXT_INFO);
|
|
- ViewRegistration(getLayout(), mYearMonth,
|
|
|
|
- Common.ImgPosion.GetX(497),
|
|
|
|
- Common.ImgPosion.GetY(132));
|
|
|
|
|
|
+ ViewRegistration(getLayout(), mYearMonth, Common.ImgPosion.GetX(497), Common.ImgPosion.GetY(132));
|
|
mYearMonth.setText(CalendarYear + "년 " + (CalendarMonth + 1) + "월");
|
|
mYearMonth.setText(CalendarYear + "년 " + (CalendarMonth + 1) + "월");
|
|
|
|
|
|
//버튼
|
|
//버튼
|
|
MonthMinus = new WpadImageView(context, TOUCH_KIND.BUTTON, 80, 54, R.drawable.but_arrow_left, R.drawable.but_arrow_left_p, ID.RemoteMeterMainScreenID.button.MONTH_MINUS);
|
|
MonthMinus = new WpadImageView(context, TOUCH_KIND.BUTTON, 80, 54, R.drawable.but_arrow_left, R.drawable.but_arrow_left_p, ID.RemoteMeterMainScreenID.button.MONTH_MINUS);
|
|
- MonthMinus.setTouchDelayMs(Common.BTN_DELAY_NETWORK_REQ);
|
|
|
|
ViewRegistration(layout, MonthMinus, Common.ImgPosion.GetX(417), Common.ImgPosion.GetY(132));
|
|
ViewRegistration(layout, MonthMinus, Common.ImgPosion.GetX(417), Common.ImgPosion.GetY(132));
|
|
|
|
+ MonthMinus.setTouchDelayMs(Common.BTN_DELAY_NETWORK_REQ);
|
|
|
|
|
|
MonthPlus = new WpadImageView(context, TOUCH_KIND.BUTTON, 80, 54, R.drawable.but_arrow_right, R.drawable.but_arrow_right_p, ID.RemoteMeterMainScreenID.button.MONTH_PLUS);
|
|
MonthPlus = new WpadImageView(context, TOUCH_KIND.BUTTON, 80, 54, R.drawable.but_arrow_right, R.drawable.but_arrow_right_p, ID.RemoteMeterMainScreenID.button.MONTH_PLUS);
|
|
- MonthPlus.setTouchDelayMs(Common.BTN_DELAY_NETWORK_REQ);
|
|
|
|
ViewRegistration(layout, MonthPlus, Common.ImgPosion.GetX(783), Common.ImgPosion.GetY(132));
|
|
ViewRegistration(layout, MonthPlus, Common.ImgPosion.GetX(783), Common.ImgPosion.GetY(132));
|
|
-
|
|
|
|
|
|
+ MonthPlus.setTouchDelayMs(Common.BTN_DELAY_NETWORK_REQ);
|
|
|
|
|
|
mShowListType = new WpadImageView(context, TOUCH_KIND.BUTTON, 230, 54, R.drawable.but_title, R.drawable.but_title_p, ID.RemoteMeterMainScreenID.button.SHOW_TYPE);
|
|
mShowListType = new WpadImageView(context, TOUCH_KIND.BUTTON, 230, 54, R.drawable.but_title, R.drawable.but_title_p, ID.RemoteMeterMainScreenID.button.SHOW_TYPE);
|
|
ViewRegistration(layout, mShowListType, Common.ImgPosion.GetX(957), Common.ImgPosion.GetY(132));
|
|
ViewRegistration(layout, mShowListType, Common.ImgPosion.GetX(957), Common.ImgPosion.GetY(132));
|
|
|
|
|
|
mShowListTypeText = new WpadTextView(context, false, 230, 54, Gravity.CENTER, Color.WHITE, Common.fontsize._36, false, ID.RemoteMeterMainScreenID.text.TEXT_INFO);
|
|
mShowListTypeText = new WpadTextView(context, false, 230, 54, Gravity.CENTER, Color.WHITE, Common.fontsize._36, false, ID.RemoteMeterMainScreenID.text.TEXT_INFO);
|
|
- ViewRegistration(layout, mShowListTypeText,
|
|
|
|
- Common.ImgPosion.GetX(957),
|
|
|
|
- Common.ImgPosion.GetY(132));
|
|
|
|
|
|
+ ViewRegistration(layout, mShowListTypeText, Common.ImgPosion.GetX(957), Common.ImgPosion.GetY(132));
|
|
|
|
|
|
//EMS 적용 시 - 당월 표 출력
|
|
//EMS 적용 시 - 당월 표 출력
|
|
if (mEMS_Enable == true) {
|
|
if (mEMS_Enable == true) {
|