From cae106e3106d26742d94e74f96c0295270c1620e Mon Sep 17 00:00:00 2001 From: lookshe Date: Sun, 12 Apr 2015 17:22:42 +0200 Subject: whatsapp-like smiley implementation --- libs/emojicon/src/main/res/values/attrs.xml | 39 +++++++++++++++++++++++++++ libs/emojicon/src/main/res/values/strings.xml | 3 +++ 2 files changed, 42 insertions(+) create mode 100644 libs/emojicon/src/main/res/values/attrs.xml create mode 100644 libs/emojicon/src/main/res/values/strings.xml (limited to 'libs/emojicon/src/main/res/values') diff --git a/libs/emojicon/src/main/res/values/attrs.xml b/libs/emojicon/src/main/res/values/attrs.xml new file mode 100644 index 00000000..9810158d --- /dev/null +++ b/libs/emojicon/src/main/res/values/attrs.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + 250dp + + + + \ No newline at end of file diff --git a/libs/emojicon/src/main/res/values/strings.xml b/libs/emojicon/src/main/res/values/strings.xml new file mode 100644 index 00000000..bc419171 --- /dev/null +++ b/libs/emojicon/src/main/res/values/strings.xml @@ -0,0 +1,3 @@ + + Emojicon + -- cgit v1.2.3