Parcourir la source

[WallPadSecurity]
1. 스마트현관카메라 팝업 타이틀 변경

jglee il y a 2 ans
Parent
commit
f1212ddab0

+ 1 - 1
WallPadSecurity/src/main/java/kr/co/icontrols/wallpadsecurity/screen/PopupSmartIOTCam.java

@@ -115,7 +115,7 @@ public class PopupSmartIOTCam extends WpadScreen {
 
             title = new WpadTextView(context, false, 990, 90, Gravity.CENTER, Color.WHITE, Common.fontsize._46, true, ID.SmartIOTCamPopup.text.TITLE);
             ViewRegistration(layout, title, 0, 0);
-            title.setText("스마트현관카메라 설정");
+            title.setText("현관카메라 설정");
 
             DrawContents();
         } catch (RuntimeException re) {