From 913c53c3f48abae42a663c50566591f9187a5b2a Mon Sep 17 00:00:00 2001 From: amoghbl1 Date: Sat, 4 Jan 2014 22:11:50 +0530 Subject: [PATCH 01/49] new layout xml for a notificaiton --- project.properties | 2 +- res/layout/layout_notification.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 res/layout/layout_notification.xml diff --git a/project.properties b/project.properties index 3b45b07..0a52332 100644 --- a/project.properties +++ b/project.properties @@ -8,5 +8,5 @@ # project structure. # Project target. -target=android-19 +target=android-18 android.library.reference.1=external/ActionBarSherlock/actionbarsherlock diff --git a/res/layout/layout_notification.xml b/res/layout/layout_notification.xml new file mode 100644 index 0000000..435138e --- /dev/null +++ b/res/layout/layout_notification.xml @@ -0,0 +1,8 @@ + + + + + -- 1.8.3.2 From f70da355ae9b032c2dd67a86f0a72b6ee4798a9f Mon Sep 17 00:00:00 2001 From: amoghbl1 Date: Sat, 4 Jan 2014 22:17:56 +0530 Subject: [PATCH 02/49] Style sheet for version 2.2 or lower --- res/values/styles.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 res/values/styles.xml diff --git a/res/values/styles.xml b/res/values/styles.xml new file mode 100644 index 0000000..769dc00 --- /dev/null +++ b/res/values/styles.xml @@ -0,0 +1,10 @@ + + + + + -- 1.8.3.2 From 30baf7b3fc44f89c737c9ba22fd99af232ce3e25 Mon Sep 17 00:00:00 2001 From: amoghbl1 Date: Sat, 4 Jan 2014 22:20:58 +0530 Subject: [PATCH 03/49] Style sheet for version 2.3 or higher created --- res/values-v9/styles.xml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 res/values-v9/styles.xml diff --git a/res/values-v9/styles.xml b/res/values-v9/styles.xml new file mode 100644 index 0000000..b3fe8af --- /dev/null +++ b/res/values-v9/styles.xml @@ -0,0 +1,5 @@ + + +