Started work on downloading and displaying forums.
As of this commit, I can officially download and display forums to the user Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
14
OSJ Forum/res/layout/forum_item.xml
Normal file
14
OSJ Forum/res/layout/forum_item.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -3,6 +3,8 @@
|
||||
<string name="app_name">OSJ Forum</string>
|
||||
<string name="title_topic_detail">Topic Detail</string>
|
||||
<string name="title_topic_list">Topics</string>
|
||||
<string name="title_forum_detail">Forum Detail</string>
|
||||
<string name="title_forum_list">Forumss</string>
|
||||
<string name="server">http://rickbarrette.org/forum/mobiquo/mobiquo.php</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user