Android设置Button保持Press的状态
程序员文章站
2023-12-28 21:44:34
...
设置Button保持Press的状态:
btn_favorite.setFocusable(false);
btn_favorite.setPressed(false);
btn_favorite.setFocusableInTouchMode(false);
恢复Button:
btn_favorite.setFocusableInTouchMode(true);
btn_favorite.requestFocus();
转载于:https://my.oschina.net/sunnycx/blog/304677
推荐阅读
-
Android设置Button保持Press的状态
-
Android自定义Button并设置不同背景图片的方法
-
Android 状态栏的设置适配问题详解
-
Android保持屏幕常亮唤醒状态的方法
-
Android 状态栏的设置适配问题详解
-
Android保持屏幕常亮唤醒状态的方法
-
Android中检查网络连接状态的变化无网络时跳转到设置界面
-
Android Studio 基础 之 获取蓝牙Bluetooth 的状态,设置的蓝牙Bluetooth 的开关状态,并监听蓝牙Bluetooth 的状态变化方法整理
-
Android开发模板代码(二)——为ImageView设置图片,退出后能保存ImageView的状态
-
Android 8.1 自定义热点的时候设置了热点maxLength="32",但是在希伯来语等状态下还是发现在没到32个字符之前就无法把热点设置成功了