From 15757a2a326f6af73361e193d80a4c4a91e64702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ha=C3=9F?= Date: Thu, 20 Feb 2014 22:53:47 +0100 Subject: Added AppMsg library to the librarys-folder --- .../Android-AppMsg/library/res/layout/app_msg.xml | 20 ++++++++++++++++++++ .../Android-AppMsg/library/res/values/colors.xml | 8 ++++++++ 2 files changed, 28 insertions(+) create mode 100644 libraries/Android-AppMsg/library/res/layout/app_msg.xml create mode 100644 libraries/Android-AppMsg/library/res/values/colors.xml (limited to 'libraries/Android-AppMsg/library/res') diff --git a/libraries/Android-AppMsg/library/res/layout/app_msg.xml b/libraries/Android-AppMsg/library/res/layout/app_msg.xml new file mode 100644 index 000000000..235fe47b9 --- /dev/null +++ b/libraries/Android-AppMsg/library/res/layout/app_msg.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/libraries/Android-AppMsg/library/res/values/colors.xml b/libraries/Android-AppMsg/library/res/values/colors.xml new file mode 100644 index 000000000..2bfd9ecb4 --- /dev/null +++ b/libraries/Android-AppMsg/library/res/values/colors.xml @@ -0,0 +1,8 @@ + + + + #CC0000 + #FF8800 + #669900 + + \ No newline at end of file -- cgit v1.2.3