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