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>
9 lines
353 B
XML
9 lines
353 B
XML
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
style="?android:attr/textAppearanceLarge"
|
|
android:id="@+id/topic_detail"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:padding="16dp"
|
|
tools:context=".TopicDetailFragment" />
|