Loading res/layout/list_content_simple.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list" android:layout_width="match_parent" android:layout_height="match_parent" android:drawSelectorOnTop="false" /> src/com/fsck/k9/activity/ChooseFolder.java +2 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ public class ChooseFolder extends K9ListActivity { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setContentView(R.layout.list_content_simple); getListView().setFastScrollEnabled(true); getListView().setItemsCanFocus(false); getListView().setChoiceMode(ListView.CHOICE_MODE_NONE); Loading src/com/fsck/k9/activity/ChooseIdentity.java +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ public class ChooseIdentity extends K9ListActivity { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setContentView(R.layout.list_content_simple); getListView().setTextFilterEnabled(true); getListView().setItemsCanFocus(false); Loading Loading
res/layout/list_content_simple.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list" android:layout_width="match_parent" android:layout_height="match_parent" android:drawSelectorOnTop="false" />
src/com/fsck/k9/activity/ChooseFolder.java +2 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ public class ChooseFolder extends K9ListActivity { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setContentView(R.layout.list_content_simple); getListView().setFastScrollEnabled(true); getListView().setItemsCanFocus(false); getListView().setChoiceMode(ListView.CHOICE_MODE_NONE); Loading
src/com/fsck/k9/activity/ChooseIdentity.java +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ public class ChooseIdentity extends K9ListActivity { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setContentView(R.layout.list_content_simple); getListView().setTextFilterEnabled(true); getListView().setItemsCanFocus(false); Loading