From e977c64abd0bc2ba6432e07a7f003e50b7324d88 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Fri, 31 Aug 2012 12:09:55 -0400 Subject: [PATCH] Started to create layouts for different forum items Signed-off-by: Ricky Barrette --- OSJ Forum/res/layout/forum_item.xml | 12 ++++++- OSJ Forum/res/layout/post_item.xml | 43 +++++++++++++++++++++++++ OSJ Forum/res/layout/sub_forum_item.xml | 24 ++++++++++++++ OSJ Forum/res/layout/topic_item.xml | 43 +++++++++++++++++++++++++ OSJ Forum/res/values/strings.xml | 7 +++- 5 files changed, 127 insertions(+), 2 deletions(-) create mode 100644 OSJ Forum/res/layout/post_item.xml create mode 100644 OSJ Forum/res/layout/sub_forum_item.xml create mode 100644 OSJ Forum/res/layout/topic_item.xml diff --git a/OSJ Forum/res/layout/forum_item.xml b/OSJ Forum/res/layout/forum_item.xml index 6612461..43736e7 100644 --- a/OSJ Forum/res/layout/forum_item.xml +++ b/OSJ Forum/res/layout/forum_item.xml @@ -9,6 +9,16 @@ android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" - android:textAppearance="?android:attr/textAppearanceLarge" /> + android:textAppearance="?android:attr/textAppearanceLarge" + android:text="@string/title" /> + + \ No newline at end of file diff --git a/OSJ Forum/res/layout/post_item.xml b/OSJ Forum/res/layout/post_item.xml new file mode 100644 index 0000000..ff02045 --- /dev/null +++ b/OSJ Forum/res/layout/post_item.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/OSJ Forum/res/layout/sub_forum_item.xml b/OSJ Forum/res/layout/sub_forum_item.xml new file mode 100644 index 0000000..43736e7 --- /dev/null +++ b/OSJ Forum/res/layout/sub_forum_item.xml @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/OSJ Forum/res/layout/topic_item.xml b/OSJ Forum/res/layout/topic_item.xml new file mode 100644 index 0000000..84e0c68 --- /dev/null +++ b/OSJ Forum/res/layout/topic_item.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/OSJ Forum/res/values/strings.xml b/OSJ Forum/res/values/strings.xml index 0bd7fde..a495166 100644 --- a/OSJ Forum/res/values/strings.xml +++ b/OSJ Forum/res/values/strings.xml @@ -4,7 +4,12 @@ Topic Detail Topics Forum Detail - Forumss + Forums http://rickbarrette.org/forum/mobiquo/mobiquo.php + Title + Decription + Post + User + Lastest Post \ No newline at end of file