/* * Copyright (c) 2014. Marshal Chen. */ package com.marshalchen.common.demoofui.dragSortListview; import android.support.v4.app.FragmentActivity; import android.os.Bundle; import com.marshalchen.common.demoofui.R; public class BGHandle extends FragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.drag_sort_listview_bg_handle_main); } }