You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
366 B

package com.community.pocket.ui.main.ui.dashboard;
import com.community.pocket.R;
import com.community.pocket.ui.main.MainFragment;
import org.xutils.view.annotation.ContentView;
@ContentView(R.layout.fragment_dashboard)
public class DashboardFragment extends MainFragment {
@Override
protected int viewId() {
return R.id.text_dashboard;
}
}