瀏覽代碼

[디버그][New] 레이아웃 이름 변경

hyodong.min 6 年之前
父節點
當前提交
5a5c427371

+ 1 - 1
app/src/dev/java/kr/co/zumo/app/lifeplus/view/screen/splash/SplashFragment.java

@@ -50,7 +50,7 @@ import kr.co.zumo.app.lifeplus.zumo.model.module.APIMemberInfoByUserNoModule;
 public class SplashFragment extends SplashDebugFragment {
   @Override
   protected View onAfterCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
-    return inflater.inflate(R.layout.main_test_layout, container, false);
+    return inflater.inflate(R.layout.test_layout, container, false);
   }
 
   /***********************************

app/src/dev/res/layout/main_test_layout.xml → app/src/dev/res/layout/test_layout.xml