From 436f26acb70a6af6f015b76320ffef367480687a Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 30 Nov 2011 23:23:45 +0100 Subject: [PATCH] - Added like button - Filter by Lname and Fname - go to browser social networks TODO: location, dynamic context menu, thinkit tab, smaller tabs, tweeter feeds --- .../res/drawable-hdpi/ic_tab_favorites.xml | 14 +- .../res/drawable-hdpi/ic_tab_perticipents.xml | 14 +- .../res/drawable-hdpi/ic_tab_search.xml | 14 +- LeWebConnect2011/res/layout/main.xml | 42 +- LeWebConnect2011/res/layout/perticipents.xml | 44 +- LeWebConnect2011/res/layout/profile.xml | 36 +- LeWebConnect2011/res/menu/attendies.xml | 16 +- LeWebConnect2011/res/values/strings.xml | 18 +- .../com/thinkit/lewebconnect/Attendee.java | 346 ++++--- .../thinkit/lewebconnect/LeWebAdapter.java | 931 +++++++++--------- .../thinkit/lewebconnect/LeWebConnect.java | 92 +- .../src/com/thinkit/lewebconnect/Likes.java | 24 +- .../thinkit/lewebconnect/Perticipents.java | 47 +- .../com/thinkit/lewebconnect/UserProfile.java | 109 +- .../com/thinkit/lewebconnect/WebService.java | 93 +- .../thinkit/lewebconnect/XMLfunctions.java | 236 ++--- 16 files changed, 1110 insertions(+), 966 deletions(-) diff --git a/LeWebConnect2011/res/drawable-hdpi/ic_tab_favorites.xml b/LeWebConnect2011/res/drawable-hdpi/ic_tab_favorites.xml index 53e4df2..f674a98 100644 --- a/LeWebConnect2011/res/drawable-hdpi/ic_tab_favorites.xml +++ b/LeWebConnect2011/res/drawable-hdpi/ic_tab_favorites.xml @@ -1,8 +1,8 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/LeWebConnect2011/res/drawable-hdpi/ic_tab_perticipents.xml b/LeWebConnect2011/res/drawable-hdpi/ic_tab_perticipents.xml index f72b0b3..ed896b9 100644 --- a/LeWebConnect2011/res/drawable-hdpi/ic_tab_perticipents.xml +++ b/LeWebConnect2011/res/drawable-hdpi/ic_tab_perticipents.xml @@ -1,8 +1,8 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/LeWebConnect2011/res/drawable-hdpi/ic_tab_search.xml b/LeWebConnect2011/res/drawable-hdpi/ic_tab_search.xml index dee1901..5602e8a 100644 --- a/LeWebConnect2011/res/drawable-hdpi/ic_tab_search.xml +++ b/LeWebConnect2011/res/drawable-hdpi/ic_tab_search.xml @@ -1,8 +1,8 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/LeWebConnect2011/res/layout/main.xml b/LeWebConnect2011/res/layout/main.xml index a51c7c7..1dc6912 100644 --- a/LeWebConnect2011/res/layout/main.xml +++ b/LeWebConnect2011/res/layout/main.xml @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/LeWebConnect2011/res/layout/perticipents.xml b/LeWebConnect2011/res/layout/perticipents.xml index bf5b1ac..db52383 100644 --- a/LeWebConnect2011/res/layout/perticipents.xml +++ b/LeWebConnect2011/res/layout/perticipents.xml @@ -1,24 +1,24 @@ - - + - - - - - + + + + + \ No newline at end of file diff --git a/LeWebConnect2011/res/layout/profile.xml b/LeWebConnect2011/res/layout/profile.xml index 017ea0f..e62e157 100644 --- a/LeWebConnect2011/res/layout/profile.xml +++ b/LeWebConnect2011/res/layout/profile.xml @@ -2,13 +2,14 @@ - + android:orientation="vertical" > + + android:background="#002531" + android:baselineAligned="false" > + android:textSize="40px" android:paddingBottom="20px"/> + android:textSize="25px" android:paddingBottom="20px"/> + android:textSize="25px" /> + + + + + + +