Skip to content

jaikydota/Android-FaceView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gif

Android-FaceView

Emoticon for Android.
If you need to know about replay dialog information, please click here: https://github.com/jaikydota/Android-ReplayDialog

Chinese blog address: http://blog.csdn.net/jaikydota163/article/details/52098873
项目中文博客地址:http://blog.csdn.net/jaikydota163/article/details/52098873

Using

Add to your layout xml:

<com.jaiky.test.faceview.FaceView
    android:id="@+id/face_view"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:visibility="gone" >
</com.jaiky.test.faceview.FaceView>

Binding to your code:

FaceView faceView = (FaceView) findViewById(R.id.face_view);
//binding the faceview edit EditText
faceView.setEdit(etContent);
//bing call to the FaceBar Button
faceView.setBtnView(ivFace);

Showing TextView:

TextView.setText(Html.fromHtml(replyDialog.getContent(), new FaceImageGetter(context), null));

About Information

Hello my friends!
This is a very simple small project, so I don't upload it to 'jcenter' or 'Maven Central'.
Please download it and deploy to your Android Studio.
Using this demo, you will know how to achieve.

About

This is a Emoticon for Android. With blog Address :

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages