feat: can set packageName of apk building
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user