From 58545344199e6b291595bbd8fc3ab9169b4fcd62 Mon Sep 17 00:00:00 2001 From: Ankush Sachdeva Date: Fri, 9 Jan 2015 20:01:46 +0530 Subject: Added sample project --- example/res/values/dimens.xml | 7 +++++++ example/res/values/strings.xml | 8 ++++++++ example/res/values/styles.xml | 20 ++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 example/res/values/dimens.xml create mode 100644 example/res/values/strings.xml create mode 100644 example/res/values/styles.xml (limited to 'example/res/values') diff --git a/example/res/values/dimens.xml b/example/res/values/dimens.xml new file mode 100644 index 0000000..55c1e59 --- /dev/null +++ b/example/res/values/dimens.xml @@ -0,0 +1,7 @@ + + + + 16dp + 16dp + + diff --git a/example/res/values/strings.xml b/example/res/values/strings.xml new file mode 100644 index 0000000..e5448c7 --- /dev/null +++ b/example/res/values/strings.xml @@ -0,0 +1,8 @@ + + + + EmojiconSample + Settings + Hello world! + + diff --git a/example/res/values/styles.xml b/example/res/values/styles.xml new file mode 100644 index 0000000..6ce89c7 --- /dev/null +++ b/example/res/values/styles.xml @@ -0,0 +1,20 @@ + + + + + + + + + -- cgit v1.2.3