@@ -81,6 +81,7 @@ out/
# Gradle files
.gradle/
build/
+release/
# Local configuration file (sdk path, etc)
local.properties
@@ -1 +0,0 @@
-[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":6,"versionName":"0.4.3","enabled":true,"outputFile":"chat-release.apk","fullName":"release","baseName":"release"},"path":"chat-release.apk","properties":{}}]
@@ -37,12 +37,12 @@
android:layout_height="wrap_content"
android:padding="20dp">
- <com.google.android.material.textfield.TextInputEditText
+ <cn.wildfire.chat.kit.widget.FixedTextInputEditText
android:id="@+id/channelDescTextInputEditText"
android:layout_width="match_parent"
- android:maxLength="50"
android:hint="频道描述"
+ android:maxLength="50"
android:singleLine="true" />
</com.google.android.material.textfield.TextInputLayout>