Added an other master detail flow activity for Forums
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
8
OSJ Forum/res/layout/fragment_forum_detail.xml
Normal file
8
OSJ Forum/res/layout/fragment_forum_detail.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
style="?android:attr/textAppearanceLarge"
|
||||
android:id="@+id/forum_detail"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="16dp"
|
||||
tools:context=".ForumDetailFragment" />
|
||||
Reference in New Issue
Block a user