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:
2012-09-14 12:18:13 -04:00
parent 7497bc9bbf
commit fc86aa6fa7
30 changed files with 68 additions and 79 deletions

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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" />

View File

@@ -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" />