1:如图
2: ListView加入快速滑动属性
3:修改activity的主题
4:如果是fragment则
4.1:
4.2:
ctxWithTheme = new ContextThemeWrapper(getActivity().getApplicationContext(), R.style.FragmentTheme1); localLayoutInflater = inflater.cloneInContext(ctxWithTheme); rootView = (ViewGroup) localLayoutInflater.inflate(R.layout.fragment_song, null, false);