diff --git a/app/build.gradle b/app/build.gradle index 37608861..a6f2e04e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.mrgames13.jimdo.colorconverter" minSdkVersion 21 targetSdkVersion 30 - versionCode 2700 - versionName "2.7.0" + versionCode 2701 + versionName "2.7.1" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/layout/dialog_rename.xml b/app/src/main/res/layout/dialog_rename.xml index cb667c6b..c213e33b 100644 --- a/app/src/main/res/layout/dialog_rename.xml +++ b/app/src/main/res/layout/dialog_rename.xml @@ -20,7 +20,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:focusable="true" - android:maxLength="4" + android:maxLength="100" android:inputType="textCapWords" android:imeOptions="actionNext" android:selectAllOnFocus="true"