feat: can set packageName of apk building

This commit is contained in:
hyb1996
2017-12-08 17:29:06 +08:00
parent 09a0b2969b
commit df838f7e5d
7 changed files with 63 additions and 17 deletions

View File

@@ -158,6 +158,7 @@
android:id="@+id/package_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_."
android:hint="@string/text_package_name"/>
</android.support.design.widget.TextInputLayout>

View File

@@ -328,4 +328,6 @@
<string name="text_open">打开</string>
<string name="text_generated_code">生成结果</string>
<string name="text_copy">复制</string>
<string name="format_default_package_name" formatted="true">com.example.script%d</string>
<string name="text_should_not_be_empty">不能为空</string>
</resources>