I split FeatrueListFragment in 2, creating BaseFragmentListFragment.

BaseFragmentListFragment contians all the list specific funtionaitly
where FeatrueListFragment continans application specific funtions

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-24 12:56:35 -04:00
parent b5377fd841
commit 0ac2e80c3d
3 changed files with 146 additions and 112 deletions

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<LinearLayout
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
</ScrollView>