Files
osj-forum/OSJ Forum/res/layout/activity_topic_detail.xml
Ricky Barrette fe3d348077 Initial Project Creation
The goal of this project is to create an intuitive forum
browsing application for the Ocean State Jeepsters
(http://www.oceanstatejeepsters.com/forum/)

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-27 11:03:40 -04:00

7 lines
293 B
XML

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/topic_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".TopicDetailActivity" />