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>