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 --- lib/res/drawable/ic_emoji_nature_light.xml | 33 ++++++++++++++++++++++ lib/res/drawable/ic_emoji_objects_light.xml | 32 +++++++++++++++++++++ lib/res/drawable/ic_emoji_people_light.xml | 32 +++++++++++++++++++++ lib/res/drawable/ic_emoji_places_light.xml | 32 +++++++++++++++++++++ lib/res/drawable/ic_emoji_recent_light.xml | 32 +++++++++++++++++++++ lib/res/drawable/ic_emoji_symbols_light.xml | 32 +++++++++++++++++++++ .../orca_composer_attach_camera_button.xml | 6 ++++ .../orca_composer_attach_location_button.xml | 21 ++++++++++++++ .../drawable/orca_composer_attach_photo_button.xml | 6 ++++ lib/res/drawable/orca_composer_popup_button.xml | 6 ++++ .../drawable/orca_composer_popup_button_active.xml | 6 ++++ .../drawable/orca_emoji_backspace_front_button.xml | 5 ++++ lib/res/drawable/orca_emoji_more_front_button.xml | 5 ++++ lib/res/drawable/orca_emoji_tab_background.xml | 7 +++++ .../drawable/orca_emoji_tab_dark_background.xml | 22 +++++++++++++++ 15 files changed, 277 insertions(+) create mode 100644 lib/res/drawable/ic_emoji_nature_light.xml create mode 100644 lib/res/drawable/ic_emoji_objects_light.xml create mode 100644 lib/res/drawable/ic_emoji_people_light.xml create mode 100644 lib/res/drawable/ic_emoji_places_light.xml create mode 100644 lib/res/drawable/ic_emoji_recent_light.xml create mode 100644 lib/res/drawable/ic_emoji_symbols_light.xml create mode 100644 lib/res/drawable/orca_composer_attach_camera_button.xml create mode 100644 lib/res/drawable/orca_composer_attach_location_button.xml create mode 100644 lib/res/drawable/orca_composer_attach_photo_button.xml create mode 100644 lib/res/drawable/orca_composer_popup_button.xml create mode 100644 lib/res/drawable/orca_composer_popup_button_active.xml create mode 100644 lib/res/drawable/orca_emoji_backspace_front_button.xml create mode 100644 lib/res/drawable/orca_emoji_more_front_button.xml create mode 100644 lib/res/drawable/orca_emoji_tab_background.xml create mode 100644 lib/res/drawable/orca_emoji_tab_dark_background.xml (limited to 'lib/res/drawable') diff --git a/lib/res/drawable/ic_emoji_nature_light.xml b/lib/res/drawable/ic_emoji_nature_light.xml new file mode 100644 index 0000000..543409e --- /dev/null +++ b/lib/res/drawable/ic_emoji_nature_light.xml @@ -0,0 +1,33 @@ + + + + + + + + + diff --git a/lib/res/drawable/ic_emoji_objects_light.xml b/lib/res/drawable/ic_emoji_objects_light.xml new file mode 100644 index 0000000..4096e69 --- /dev/null +++ b/lib/res/drawable/ic_emoji_objects_light.xml @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/lib/res/drawable/ic_emoji_people_light.xml b/lib/res/drawable/ic_emoji_people_light.xml new file mode 100644 index 0000000..ea9e406 --- /dev/null +++ b/lib/res/drawable/ic_emoji_people_light.xml @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/lib/res/drawable/ic_emoji_places_light.xml b/lib/res/drawable/ic_emoji_places_light.xml new file mode 100644 index 0000000..312cad9 --- /dev/null +++ b/lib/res/drawable/ic_emoji_places_light.xml @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/lib/res/drawable/ic_emoji_recent_light.xml b/lib/res/drawable/ic_emoji_recent_light.xml new file mode 100644 index 0000000..8c2123f --- /dev/null +++ b/lib/res/drawable/ic_emoji_recent_light.xml @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/lib/res/drawable/ic_emoji_symbols_light.xml b/lib/res/drawable/ic_emoji_symbols_light.xml new file mode 100644 index 0000000..79aaf0f --- /dev/null +++ b/lib/res/drawable/ic_emoji_symbols_light.xml @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/lib/res/drawable/orca_composer_attach_camera_button.xml b/lib/res/drawable/orca_composer_attach_camera_button.xml new file mode 100644 index 0000000..0b255fb --- /dev/null +++ b/lib/res/drawable/orca_composer_attach_camera_button.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/lib/res/drawable/orca_composer_attach_location_button.xml b/lib/res/drawable/orca_composer_attach_location_button.xml new file mode 100644 index 0000000..4971113 --- /dev/null +++ b/lib/res/drawable/orca_composer_attach_location_button.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/lib/res/drawable/orca_composer_attach_photo_button.xml b/lib/res/drawable/orca_composer_attach_photo_button.xml new file mode 100644 index 0000000..ca7508d --- /dev/null +++ b/lib/res/drawable/orca_composer_attach_photo_button.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/lib/res/drawable/orca_composer_popup_button.xml b/lib/res/drawable/orca_composer_popup_button.xml new file mode 100644 index 0000000..d43dc26 --- /dev/null +++ b/lib/res/drawable/orca_composer_popup_button.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/lib/res/drawable/orca_composer_popup_button_active.xml b/lib/res/drawable/orca_composer_popup_button_active.xml new file mode 100644 index 0000000..f5e40ef --- /dev/null +++ b/lib/res/drawable/orca_composer_popup_button_active.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/lib/res/drawable/orca_emoji_backspace_front_button.xml b/lib/res/drawable/orca_emoji_backspace_front_button.xml new file mode 100644 index 0000000..a2d2f5b --- /dev/null +++ b/lib/res/drawable/orca_emoji_backspace_front_button.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/res/drawable/orca_emoji_more_front_button.xml b/lib/res/drawable/orca_emoji_more_front_button.xml new file mode 100644 index 0000000..a799d56 --- /dev/null +++ b/lib/res/drawable/orca_emoji_more_front_button.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/res/drawable/orca_emoji_tab_background.xml b/lib/res/drawable/orca_emoji_tab_background.xml new file mode 100644 index 0000000..f68e621 --- /dev/null +++ b/lib/res/drawable/orca_emoji_tab_background.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/lib/res/drawable/orca_emoji_tab_dark_background.xml b/lib/res/drawable/orca_emoji_tab_dark_background.xml new file mode 100644 index 0000000..07ff608 --- /dev/null +++ b/lib/res/drawable/orca_emoji_tab_dark_background.xml @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3