Migrate to emoji2

This commit is contained in:
Mygod
2021-10-30 00:17:22 -04:00
parent c4b3362ee0
commit b866b6b707
7 changed files with 9 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:viewBindingIgnore="true">
<androidx.emoji.widget.EmojiEditText
<EditText
android:id="@android:id/edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -14,5 +14,5 @@
android:importantForAutofill="no"
tools:text="Nick">
<requestFocus/>
</androidx.emoji.widget.EmojiEditText>
</EditText>
</FrameLayout>