国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > 建站經(jīng)驗(yàn) > 正文

Android開_發(fā)之軟鍵盤用法實(shí)例分析

2019-11-02 14:53:48
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

   本文實(shí)例講述了Android開發(fā)中軟鍵盤用法。分享給大家供大家參考。具體如下:

  打開軟鍵盤,有兩個(gè)方法。一個(gè)是showSoftInput,一個(gè)是toggleSoftInput。

  ?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 package com.example.dd; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.view.Menu; import android.view.View; import android.view.View.OnClickListener; import android.view.inputmethod.InputMethodManager; import android.widget.Button; import android.widget.EditText; public c
美女搞笑動(dòng)態(tài)圖片[www.62-6.com/1/meinvgaoxiao/]
lass MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); final EditText ed2 = (EditText) findViewById(R.id.editText2); Button b1 = (Button) findViewById(R.id.button1); b1.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { ed2.requestFocus(); show(ed2); } }); Button b2 = (Button) findViewById(R.id.button2); b2.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { toggle(); } }); } private void show(EditText ed2) { InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); imm.showSoftInput(ed2, InputMethodManager.SHOW_IMPLICIT); } private void toggle() { InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); imm.toggleSoftInput(0, 0); } @Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().inflate(R.menu.main, menu); return true; } }

  其中show方法在使用之前,必須先讓它的第一個(gè)參數(shù)requestFocus??梢钥磗how方法的注釋:

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 射洪县| 大竹县| 永善县| 铜川市| 临漳县| 元阳县| 四川省| 达州市| 肥西县| 马公市| 调兵山市| 陇西县| 偏关县| 龙游县| 桓台县| 容城县| 镇沅| 纳雍县| 平果县| 内江市| 衢州市| 易门县| 长宁区| 陇西县| 左云县| 松潘县| 莱西市| 永福县| 伊吾县| 孙吴县| 平邑县| 尼木县| 维西| 高雄市| 哈密市| 深圳市| 三明市| 灵台县| 锡林郭勒盟| 扶沟县| 隆化县|