remove manual swipe layout color scheme assignments
This commit is contained in:
parent
fca7c1872f
commit
10c9fb0456
@ -208,12 +208,7 @@ public class FeedCategoriesFragment extends Fragment implements OnItemClickListe
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
m_swipeLayout.setColorScheme(android.R.color.holo_green_dark,
|
ListView list = (ListView)view.findViewById(R.id.feeds);
|
||||||
android.R.color.holo_red_dark,
|
|
||||||
android.R.color.holo_blue_dark,
|
|
||||||
android.R.color.holo_orange_dark);
|
|
||||||
|
|
||||||
ListView list = (ListView)view.findViewById(R.id.feeds);
|
|
||||||
m_adapter = new FeedCategoryListAdapter(getActivity(), R.layout.feeds_row, (ArrayList<FeedCategory>)m_cats);
|
m_adapter = new FeedCategoryListAdapter(getActivity(), R.layout.feeds_row, (ArrayList<FeedCategory>)m_cats);
|
||||||
list.setAdapter(m_adapter);
|
list.setAdapter(m_adapter);
|
||||||
list.setOnItemClickListener(this);
|
list.setOnItemClickListener(this);
|
||||||
|
@ -279,11 +279,6 @@ public class FeedsFragment extends Fragment implements OnItemClickListener, OnSh
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
m_swipeLayout.setColorScheme(android.R.color.holo_green_dark,
|
|
||||||
android.R.color.holo_red_dark,
|
|
||||||
android.R.color.holo_blue_dark,
|
|
||||||
android.R.color.holo_orange_dark);
|
|
||||||
|
|
||||||
/* Button parentBtn = (Button) view.findViewById(R.id.open_parent);
|
/* Button parentBtn = (Button) view.findViewById(R.id.open_parent);
|
||||||
|
|
||||||
if (parentBtn != null) {
|
if (parentBtn != null) {
|
||||||
|
@ -324,11 +324,6 @@ public class HeadlinesFragment extends Fragment implements OnItemClickListener,
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
m_swipeLayout.setColorScheme(android.R.color.holo_green_dark,
|
|
||||||
android.R.color.holo_red_dark,
|
|
||||||
android.R.color.holo_blue_dark,
|
|
||||||
android.R.color.holo_orange_dark);
|
|
||||||
|
|
||||||
ListView list = (ListView)view.findViewById(R.id.headlines_list);
|
ListView list = (ListView)view.findViewById(R.id.headlines_list);
|
||||||
|
|
||||||
if (!m_compactLayoutMode) {
|
if (!m_compactLayoutMode) {
|
||||||
|
@ -139,11 +139,6 @@ public class OfflineFeedCategoriesFragment extends Fragment implements OnItemCli
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
m_swipeLayout.setColorScheme(android.R.color.holo_green_dark,
|
|
||||||
android.R.color.holo_red_dark,
|
|
||||||
android.R.color.holo_blue_dark,
|
|
||||||
android.R.color.holo_orange_dark);
|
|
||||||
|
|
||||||
ListView list = (ListView)view.findViewById(R.id.feeds);
|
ListView list = (ListView)view.findViewById(R.id.feeds);
|
||||||
|
|
||||||
m_cursor = createCursor();
|
m_cursor = createCursor();
|
||||||
|
@ -152,11 +152,6 @@ public class OfflineFeedsFragment extends Fragment implements OnItemClickListene
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
m_swipeLayout.setColorScheme(android.R.color.holo_green_dark,
|
|
||||||
android.R.color.holo_red_dark,
|
|
||||||
android.R.color.holo_blue_dark,
|
|
||||||
android.R.color.holo_orange_dark);
|
|
||||||
|
|
||||||
ListView list = (ListView)view.findViewById(R.id.feeds);
|
ListView list = (ListView)view.findViewById(R.id.feeds);
|
||||||
|
|
||||||
if (m_enableParentBtn) {
|
if (m_enableParentBtn) {
|
||||||
|
@ -302,11 +302,6 @@ public class OfflineHeadlinesFragment extends Fragment implements OnItemClickLis
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
m_swipeLayout.setColorScheme(android.R.color.holo_green_dark,
|
|
||||||
android.R.color.holo_red_dark,
|
|
||||||
android.R.color.holo_blue_dark,
|
|
||||||
android.R.color.holo_orange_dark);
|
|
||||||
|
|
||||||
m_cursor = createCursor();
|
m_cursor = createCursor();
|
||||||
|
|
||||||
ListView list = (ListView)view.findViewById(R.id.headlines_list);
|
ListView list = (ListView)view.findViewById(R.id.headlines_list);
|
||||||
|
Loading…
Reference in New Issue
Block a user