|
|
@@ -0,0 +1,11 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+
|
|
|
+<merge
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:id="@+id/layout_test_all"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="bottom"
|
|
|
+ android:orientation="vertical">
|
|
|
+<!-- 릴리즈 버젼에 테스트 패널 없음 -->
|
|
|
+</merge>
|