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/drawable-hdpi/ic_action_keyboard.png | Bin 0 -> 359 bytes example/res/drawable-hdpi/ic_action_send_now.png | Bin 0 -> 465 bytes example/res/drawable-hdpi/ic_launcher.png | Bin 0 -> 7658 bytes example/res/drawable-hdpi/smiley.png | Bin 0 -> 1679 bytes example/res/drawable-mdpi/ic_action_keyboard.png | Bin 0 -> 433 bytes example/res/drawable-mdpi/ic_action_send_now.png | Bin 0 -> 332 bytes example/res/drawable-mdpi/ic_launcher.png | Bin 0 -> 3777 bytes example/res/drawable-mdpi/smiley.png | Bin 0 -> 987 bytes example/res/drawable-xhdpi/ic_action_keyboard.png | Bin 0 -> 492 bytes example/res/drawable-xhdpi/ic_action_send_now.png | Bin 0 -> 578 bytes example/res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 12516 bytes example/res/drawable-xhdpi/smiley.png | Bin 0 -> 1898 bytes example/res/drawable-xxhdpi/ic_action_keyboard.png | Bin 0 -> 472 bytes example/res/drawable-xxhdpi/ic_action_send_now.png | Bin 0 -> 759 bytes example/res/drawable-xxhdpi/ic_launcher.png | Bin 0 -> 24777 bytes example/res/drawable-xxhdpi/smiley.png | Bin 0 -> 3140 bytes example/res/layout/activity_main.xml | 39 +++++++++++++++++++++ example/res/layout/listview_row_layout.xml | 7 ++++ example/res/values-sw600dp/dimens.xml | 8 +++++ example/res/values-sw720dp-land/dimens.xml | 9 +++++ example/res/values-v11/styles.xml | 11 ++++++ example/res/values-v14/styles.xml | 12 +++++++ example/res/values/dimens.xml | 7 ++++ example/res/values/strings.xml | 8 +++++ example/res/values/styles.xml | 20 +++++++++++ 25 files changed, 121 insertions(+) create mode 100644 example/res/drawable-hdpi/ic_action_keyboard.png create mode 100644 example/res/drawable-hdpi/ic_action_send_now.png create mode 100644 example/res/drawable-hdpi/ic_launcher.png create mode 100644 example/res/drawable-hdpi/smiley.png create mode 100644 example/res/drawable-mdpi/ic_action_keyboard.png create mode 100644 example/res/drawable-mdpi/ic_action_send_now.png create mode 100644 example/res/drawable-mdpi/ic_launcher.png create mode 100644 example/res/drawable-mdpi/smiley.png create mode 100644 example/res/drawable-xhdpi/ic_action_keyboard.png create mode 100644 example/res/drawable-xhdpi/ic_action_send_now.png create mode 100644 example/res/drawable-xhdpi/ic_launcher.png create mode 100644 example/res/drawable-xhdpi/smiley.png create mode 100644 example/res/drawable-xxhdpi/ic_action_keyboard.png create mode 100644 example/res/drawable-xxhdpi/ic_action_send_now.png create mode 100644 example/res/drawable-xxhdpi/ic_launcher.png create mode 100644 example/res/drawable-xxhdpi/smiley.png create mode 100644 example/res/layout/activity_main.xml create mode 100644 example/res/layout/listview_row_layout.xml create mode 100644 example/res/values-sw600dp/dimens.xml create mode 100644 example/res/values-sw720dp-land/dimens.xml create mode 100644 example/res/values-v11/styles.xml create mode 100644 example/res/values-v14/styles.xml 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') diff --git a/example/res/drawable-hdpi/ic_action_keyboard.png b/example/res/drawable-hdpi/ic_action_keyboard.png new file mode 100644 index 0000000..37c04af Binary files /dev/null and b/example/res/drawable-hdpi/ic_action_keyboard.png differ diff --git a/example/res/drawable-hdpi/ic_action_send_now.png b/example/res/drawable-hdpi/ic_action_send_now.png new file mode 100644 index 0000000..7e0d46d Binary files /dev/null and b/example/res/drawable-hdpi/ic_action_send_now.png differ diff --git a/example/res/drawable-hdpi/ic_launcher.png b/example/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..288b665 Binary files /dev/null and b/example/res/drawable-hdpi/ic_launcher.png differ diff --git a/example/res/drawable-hdpi/smiley.png b/example/res/drawable-hdpi/smiley.png new file mode 100644 index 0000000..c841c4c Binary files /dev/null and b/example/res/drawable-hdpi/smiley.png differ diff --git a/example/res/drawable-mdpi/ic_action_keyboard.png b/example/res/drawable-mdpi/ic_action_keyboard.png new file mode 100644 index 0000000..481e422 Binary files /dev/null and b/example/res/drawable-mdpi/ic_action_keyboard.png differ diff --git a/example/res/drawable-mdpi/ic_action_send_now.png b/example/res/drawable-mdpi/ic_action_send_now.png new file mode 100644 index 0000000..ab3db5f Binary files /dev/null and b/example/res/drawable-mdpi/ic_action_send_now.png differ diff --git a/example/res/drawable-mdpi/ic_launcher.png b/example/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..6ae570b Binary files /dev/null and b/example/res/drawable-mdpi/ic_launcher.png differ diff --git a/example/res/drawable-mdpi/smiley.png b/example/res/drawable-mdpi/smiley.png new file mode 100644 index 0000000..9f6d651 Binary files /dev/null and b/example/res/drawable-mdpi/smiley.png differ diff --git a/example/res/drawable-xhdpi/ic_action_keyboard.png b/example/res/drawable-xhdpi/ic_action_keyboard.png new file mode 100644 index 0000000..c1af1a2 Binary files /dev/null and b/example/res/drawable-xhdpi/ic_action_keyboard.png differ diff --git a/example/res/drawable-xhdpi/ic_action_send_now.png b/example/res/drawable-xhdpi/ic_action_send_now.png new file mode 100644 index 0000000..ff0e369 Binary files /dev/null and b/example/res/drawable-xhdpi/ic_action_send_now.png differ diff --git a/example/res/drawable-xhdpi/ic_launcher.png b/example/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..d4fb7cd Binary files /dev/null and b/example/res/drawable-xhdpi/ic_launcher.png differ diff --git a/example/res/drawable-xhdpi/smiley.png b/example/res/drawable-xhdpi/smiley.png new file mode 100644 index 0000000..b06e007 Binary files /dev/null and b/example/res/drawable-xhdpi/smiley.png differ diff --git a/example/res/drawable-xxhdpi/ic_action_keyboard.png b/example/res/drawable-xxhdpi/ic_action_keyboard.png new file mode 100644 index 0000000..a4668c4 Binary files /dev/null and b/example/res/drawable-xxhdpi/ic_action_keyboard.png differ diff --git a/example/res/drawable-xxhdpi/ic_action_send_now.png b/example/res/drawable-xxhdpi/ic_action_send_now.png new file mode 100644 index 0000000..373dde2 Binary files /dev/null and b/example/res/drawable-xxhdpi/ic_action_send_now.png differ diff --git a/example/res/drawable-xxhdpi/ic_launcher.png b/example/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..85a6081 Binary files /dev/null and b/example/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/example/res/drawable-xxhdpi/smiley.png b/example/res/drawable-xxhdpi/smiley.png new file mode 100644 index 0000000..2f11d40 Binary files /dev/null and b/example/res/drawable-xxhdpi/smiley.png differ diff --git a/example/res/layout/activity_main.xml b/example/res/layout/activity_main.xml new file mode 100644 index 0000000..d00932b --- /dev/null +++ b/example/res/layout/activity_main.xml @@ -0,0 +1,39 @@ + + + + + + \ No newline at end of file diff --git a/example/res/layout/listview_row_layout.xml b/example/res/layout/listview_row_layout.xml new file mode 100644 index 0000000..62e2133 --- /dev/null +++ b/example/res/layout/listview_row_layout.xml @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/example/res/values-sw600dp/dimens.xml b/example/res/values-sw600dp/dimens.xml new file mode 100644 index 0000000..44f01db --- /dev/null +++ b/example/res/values-sw600dp/dimens.xml @@ -0,0 +1,8 @@ + + + + + diff --git a/example/res/values-sw720dp-land/dimens.xml b/example/res/values-sw720dp-land/dimens.xml new file mode 100644 index 0000000..61e3fa8 --- /dev/null +++ b/example/res/values-sw720dp-land/dimens.xml @@ -0,0 +1,9 @@ + + + + 128dp + + diff --git a/example/res/values-v11/styles.xml b/example/res/values-v11/styles.xml new file mode 100644 index 0000000..3c02242 --- /dev/null +++ b/example/res/values-v11/styles.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/example/res/values-v14/styles.xml b/example/res/values-v14/styles.xml new file mode 100644 index 0000000..a91fd03 --- /dev/null +++ b/example/res/values-v14/styles.xml @@ -0,0 +1,12 @@ + + + + + + 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