Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EmojiconEditText Multiline issue #62

Open
ChintanABC opened this issue May 25, 2020 · 0 comments
Open

EmojiconEditText Multiline issue #62

ChintanABC opened this issue May 25, 2020 · 0 comments

Comments

@ChintanABC
Copy link

ChintanABC commented May 25, 2020

first time when i input text it working perfect but after send message i set text ("") blank in edit text and then after i started to work in edit text multi line is not working. here is my code of XML,

<hani.momanii.supernova_emoji_library.Helper.EmojiconEditText
android:id="@+id/etMessageInput"
style="@style/edit_text_medium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/padding_small"
android:layout_toStartOf="@+id/btnAttach"
android:layout_toEndOf="@+id/btnSmily"
android:background="@android:color/transparent"
android:cursorVisible="true"
android:hint="@string/str_type_a_message"
android:inputType="textMultiLine"
android:maxLines="5"
android:minLines="1"
android:paddingTop="@dimen/padding_small"
android:paddingBottom="@dimen/padding_small"
android:scrollbars="vertical"
android:textColor="@color/gray_txt"
android:textIsSelectable="true" />

but if i hide keyboard and then again start to write in edit text it working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant