第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

啟動(dòng)片段并滾動(dòng)時(shí)鍵盤(pán)打開(kāi)

啟動(dòng)片段并滾動(dòng)時(shí)鍵盤(pán)打開(kāi)

qq_遁去的一_1 2023-12-13 10:10:55
我的片段中有一個(gè)滾動(dòng)視圖,當(dāng)片段打開(kāi)時(shí),鍵盤(pán)會(huì)自動(dòng)出現(xiàn)并專(zhuān)注于布局的第一個(gè)編輯文本,并且屏幕滾動(dòng),在鍵盤(pán)打開(kāi)時(shí)我無(wú)法看到所有字段。那么,我該怎么做才能防止片段啟動(dòng)時(shí)出現(xiàn)鍵盤(pán),以及如何在打開(kāi)鍵盤(pán)的情況下查看滾動(dòng)視圖中的所有字段呢?謝謝這是 XML 的一部分<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:id="@+id/personalDataLayout"android:layout_width="match_parent"android:layout_height="match_parent"android:focusable="true"android:focusableInTouchMode="true"tools:context=".presentation.fragments.PersonalDataFragment"><ScrollView    android:layout_width="match_parent"    android:layout_height="match_parent"    android:padding="10dp">    <LinearLayout        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:orientation="vertical">
查看完整描述

1 回答

?
喵喔喔

TA貢獻(xiàn)1735條經(jīng)驗(yàn) 獲得超5個(gè)贊

可聚焦的最高級(jí)別視圖將被聚焦。如果獲得焦點(diǎn),EditTexts 會(huì)拉起鍵盤(pán)。但是如果你將以下內(nèi)容添加到你的父View(RelativeLayout,LinearLayout等)中,那么鍵盤(pán)將不會(huì)自動(dòng)打開(kāi)


android:focusable="true"

android:focusableInTouchMode="true"

例子:


<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"

   xmlns:app="http://schemas.android.com/apk/res-auto"

   android:layout_width="match_parent"

   android:focusable="true"

   android:focusableInTouchMode="true"

   android:layout_height="match_parent">


查看完整回答
反對(duì) 回復(fù) 2023-12-13
  • 1 回答
  • 0 關(guān)注
  • 176 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)