Performed a refactor and removed unneeded files
Renamed package to org.RickBarretet.osj.forum refactored some layout names removed unused layout files Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:name="com.RickBarrette.osj.forum.ForumListFragment"
|
||||
android:name="org.RickBarrette.osj.forum.ForumListFragment"
|
||||
android:id="@+id/forum_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/forum_list"
|
||||
android:name="com.RickBarrette.osj.forum.ForumListFragment"
|
||||
android:name="org.RickBarrette.osj.forum.ForumListFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
</FrameLayout>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:name="com.RickBarrette.osj.forum.TopicListFragment"
|
||||
android:name="org.RickBarrette.osj.forum.TopicListFragment"
|
||||
android:id="@+id/topic_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
android:showDividers="middle"
|
||||
tools:context=".TopicListActivity">
|
||||
|
||||
<fragment android:name="com.RickBarrette.osj.forum.TopicListFragment"
|
||||
<fragment android:name="org.RickBarrette.osj.forum.TopicListFragment"
|
||||
android:id="@+id/topic_list"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<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" />
|
||||
@@ -1,8 +0,0 @@
|
||||
<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" />
|
||||
Reference in New Issue
Block a user