~trb143/openlp/a2

« back to all changes in this revision

Viewing changes to OpenLP/src/org/openlp/android/fragments/ServiceListFragment.java

  • Committer: Tim Bentley
  • Date: 2014-05-28 20:43:09 UTC
  • Revision ID: tim.bentley@gmail.com-20140528204309-nu10w58rfw0z2zh4
Backgrounds

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import android.os.Bundle;
4
4
import android.util.Log;
5
5
import android.view.LayoutInflater;
 
6
import android.view.MotionEvent;
6
7
import android.view.View;
7
8
import android.view.ViewGroup;
8
9
import android.widget.ListView;
18
19
/**
19
20
 * Created by tim on 17/05/14.
20
21
 */
21
 
public class ServiceListFragment extends OpenLPFragment {
 
22
public class ServiceListFragment extends OpenLPFragment{
22
23
    private ListView display_view;
23
24
 
24
25
    public ServiceListFragment() {