Emojicon
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/rockerhieu/emojicon
- 软件文档: https://github.com/rockerhieu/emojicon
软件介绍
Emojicon 是一个用来在 Android 的 EditView 和 TextView 上显示 Emoji 表情的库。
示例用法:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:emojicon="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <com.rockerhieu.emojicon.EmojiconTextView android:id="@+id/txtEmojicon" android:text="I \ue32d emojicon" android:layout_width="match_parent" android:layout_height="wrap_content"/> <com.rockerhieu.emojicon.EmojiconEditText android:id="@+id/editEmojicon" android:text="I \ue32d emojicon" emojicon:emojiconSize="28sp" android:layout_width="match_parent" android:layout_height="wrap_content"/> <fragment android:id="@+id/emojicons" android:layout_width="match_parent" android:layout_height="220dp" class="com.rockerhieu.emojicon.EmojiconsFragment"/> </LinearLayout>
鸟哥的Linux私房菜
鸟哥 / 人民邮电出版社 / 2010-6-28 / 88.00元
本书是最具知名度的Linux入门书《鸟哥的Linux私房菜基础学习篇》的最新版,全面而详细地介绍了Linux操作系统。全书分为5个部分:第一部分着重说明Linux的起源及功能,如何规划和安装Linux主机;第二部分介绍Linux的文件系统、文件、目录与磁盘的管理;第三部分介绍文字模式接口 shell和管理系统的好帮手shell脚本,另外还介绍了文字编辑器vi和vim的使用方法;第四部分介绍了对于系......一起来看看 《鸟哥的Linux私房菜》 这本书的介绍吧!
