Results 4 comments of zhaoyang

#228 这个设置颜色 需要这样搞才能生效 @Override public IPagerIndicator getIndicator(Context context) { MyLinePagerIndicator indicator = new MyLinePagerIndicator(context); indicator.setColors(0xFF7256EC,0xFF8AC0FF); indicator.setGradientColors(0xFF7256EC,0xFF8AC0FF); indicator.setMode(LinePagerIndicator.MODE_WRAP_CONTENT); indicator.setLineHeight(3); indicator.setLineWidth(25); return indicator; }

这个是源码的建议 See WifiNetworkSpecifier.Builder.build() for new mechanism to trigger connection to a Wi-Fi network. b) See addNetworkSuggestions(List), removeNetworkSuggestions(List) for new API to add Wi-Fi networks for consideration when auto-connecting to wifi....

同样,扫描规则不能设置UUID

我在 7.0上 activity 可以换肤,但是 fragment中 LinearLayout 等viewgroup 不可以换,后边用java的方式 不用XML的方式解决了!可以试试!7.0 以上版本是可以的!