当前位置:网站首页>EditText listening focus
EditText listening focus
2022-06-28 23:59:00 【xiyangyang8110】
numEdt.setOnFocusChangeListener(new android.view.View.OnFocusChangeListener() {
@Override
public void onFocusChange(View v, boolean hasFocus) {
Log.e("Edit", " Focus state :" + hasFocus);
if (hasFocus) {
// Get focus
numDeleteIv.setVisibility(View.VISIBLE);
} else {
// Lose focus
// Handle our actual computing needs
numDeleteIv.setVisibility(View.GONE);
}
}
});
边栏推荐
- Online yaml to JSON tool
- PHP uses endroid/qrcode QR code to generate, and Gd library generates sharing posters
- What will be done after digital IC Verification?
- What pitfalls should be avoided in the job interview for the operation post in 2022?
- Yyds dry goods count 【 vs code work record III 】 set vs code format
- The secondary market is full of bad news. How should the market go next? One article will show you the general trend
- This thing is called a jump watch?
- Picture 64base transcoding and decoding
- 小白创业做电商,选对商城系统很重要!
- Online yaml to JSON tool
猜你喜欢

一条update语句到底加了多少锁?带你深入理解底层原理

Have you ever met a fake interview in a job interview? How to avoid?

小白创业做电商,选对商城系统很重要!

LinkedIn datahub - experience sharing

Stm32f407 ------ serial (serial port) communication

Phoenix installation tutorial

Along with the notes: methods simulating array like classes

LeetCode每日一题:实现strStr()

ctfshow XSS

Common mistakes in software testing
随机推荐
Yyds dry goods inventory building knowledge map from scratch with neo4j (I)
[buuctf.reverse] 131-135
PHP 使用endroid/qrcode 二维码生成, GD库生成分享海报
Technology sharing | software development process that you must understand if you want to get started with testing
Stm32f407 ------ clock system (systeminit clock initialization, systick tick timer)
stm32F407-------NVIC中断优先级管理
LinkedIn DataHub --- 经验分享
Stm32f407 ------- IO pin multiplexing mapping
stm32F407-------外部中断
TypeScript--第五节:类
在线买股票开户安全嘛?
ctfshow XSS
[opencv] - linear filtering: box filtering, mean filtering, Gaussian filtering
Solve the problem of Chinese parsing by configparser
urllib. Parse parses the parameters in the URL connection
6.28 学习内容
【LeetCode】21. Merge two ordered linked lists - go language solution
Is it safe and reliable to open a securities account in Yixue school?
MapReduce case
Online yaml to JSON tool