penglei

Results 7 issues of penglei

使用之后,设置底部虚拟按键的背景颜色,设置不了,一直是灰色半透明

我在蓝牙当前页,有按钮取消连接,调用mClient.disconnect(MAC);方法后,然后去获取连接状态,显示还是已连接。再重新去连接,显示code为-1;

**XPopup版本** 如2.3.2 new XPopup.Builder(getContext()) .hasShadowBg(false) .isClickThrough(false) .popupAnimation(PopupAnimation.ScaleAlphaFromCenter) .popupPosition(PopupPosition.Bottom) .atView(view) .asCustom(new DrugTypePopup(getContext(), new DrugTypePopup.OnSelectListener() { @Override public void onSelect(int position, int id, String text) { Log.e("text", "====" + position + "|"...

搜索到蓝牙设备,点击连接,返回状态false,失败,使用MAC连接,也是连接失败。

连接蓝牙设备会报:E/bt_btif: bta_gattc_cache_load: can't open GATT cache file /data/misc/bluetooth/gatt_cache_ f0:c7:7f:fd:14:52 for reading, error: No such file or directory,连接不上。

**Do you want to request a *feature* or report a *bug*?** **What is the current behavior?** **What is the expected behavior?** **If the current behavior is a bug, please provide...

根据条件展示不同数量的tab,或者是展示3个,或者是4个。这个应该怎么操作。