Add EmojiCompat

This commit is contained in:
Mygod
2019-01-31 20:40:24 +08:00
parent 5999ab66d1
commit 08ab6a54ff
7 changed files with 69 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
<androidx.emoji.widget.EmojiEditText
android:id="@android:id/edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -13,5 +13,5 @@
android:importantForAutofill="no"
tools:text="Nick">
<requestFocus/>
</EditText>
</androidx.emoji.widget.EmojiEditText>
</FrameLayout>