android监听软键盘的弹出与隐藏的示例代码-创新互联

情境:布局文件中有ScrollView,ScrollView中有个EditView,布局底部有一个控件(见下面布局代码),程序一启动EditView就获取焦点,弹出软键盘,将这个底部的控件也顶上去了,感觉不太好,所以我就想监听下软键盘弹出,此时去隐藏底部控件,软键盘隐藏时则显示底部控件。

目前创新互联已为千余家的企业提供了网站建设、域名、网页空间、网站改版维护、企业网站设计、锦屏网站维护等服务,公司将坚持客户导向、应用为本的策略,正道将秉承"和谐、参与、激情"的文化,与客户和合作伙伴齐心协力一起成长,共同发展。

初始:

android监听软键盘的弹出与隐藏的示例代码

android监听软键盘的弹出与隐藏的示例代码      android监听软键盘的弹出与隐藏的示例代码

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
  android:id="@+id/activity_main"
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:tools="http://schemas.android.com/tools"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:orientation="vertical"
  android:fitsSystemWindows="true"
  tools:context="com.test.myapplication.MainActivity">

  <TextView
    android:layout_margin="10dp"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Hello World!"/>

  <LinearLayout
    android:id="@+id/lin"
    android:background="#0000ff"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1">
    <ScrollView
      android:layout_width="match_parent"
      android:layout_height="match_parent">
      <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">
        <EditText
          android:layout_width="match_parent"
          android:layout_height="wrap_content"/>
      </LinearLayout>
    </ScrollView>
  </LinearLayout>
  <TextView
    android:layout_margin="10dp"
    android:id="@+id/txt"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Hello World!"/>
</LinearLayout>

当前名称:android监听软键盘的弹出与隐藏的示例代码-创新互联
网站网址:https://www.cdcxhl.com/article34/csohse.html

成都网站建设公司_创新互联,为您提供微信公众号全网营销推广网站策划品牌网站建设虚拟主机手机网站建设

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

成都app开发公司