中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android仿微信QQ聊天頂起輸入法不頂起標題欄怎么解決

發布時間:2022-04-13 16:10:13 來源:億速云 閱讀:180 作者:iii 欄目:編程語言

這篇文章主要介紹了Android仿微信QQ聊天頂起輸入法不頂起標題欄怎么解決的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇Android仿微信QQ聊天頂起輸入法不頂起標題欄怎么解決文章都會有所收獲,下面我們一起來看看吧。

先看看做好的效果圖

Android仿微信QQ聊天頂起輸入法不頂起標題欄怎么解決

一:AndroidManifest.xml里面對應的activity設置

android:windowSoftInputMode="adjustResize"

二:在activity的xml根布局設置

android:fitsSystemWindows="true"

三:為了listview聊天列表的效果,在listview設置

android:transcriptMode="normal"

四:最后粘貼一下每個用到的地方代碼

1:AndroidManifest.xml

<!--聊天室-->
  <activity
   android:name=".activity.ChatRoom"
   android:screenOrientation="portrait"
   android:windowSoftInputMode="adjustResize"/>

2:activity的xml根布局和listview

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
 android:layout_width="match_parent"
 android:layout_height="match_parent"
 android:background="@color/xmlback"
 android:fitsSystemWindows="true">
 <include
  android:id="@+id/include"
  layout="@layout/titlelayout" />
 <ListView
  android:id="@+id/listview"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:layout_above="@+id/botton"
  android:layout_below="@+id/include"
  android:background="@color/xmlback"
  android:divider="@null"
  android:scrollbars="none"
  android:transcriptMode="normal"></ListView>
 <RelativeLayout
  android:id="@+id/botton"
  android:layout_width="match_parent"
  android:layout_height="70dp"
  android:layout_alignParentBottom="true"
  android:background="@drawable/hlistvbackwl1">
  <RelativeLayout
   android:layout_width="match_parent"
   android:layout_height="50dp"
   android:layout_centerVertical="true"
   android:layout_marginLeft="10dp"
   android:layout_toLeftOf="@+id/textsend"
   android:background="@drawable/ltback">
   <EditText
    android:id="@+id/edittext"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_marginLeft="10dp"
    android:background="@null"
    android:hint="輸入聊天內容"
    android:textSize="14dp" />
  </RelativeLayout>
  <TextView
   android:id="@+id/textsend"
   android:layout_width="50dp"
   android:layout_height="50dp"
   android:layout_alignParentRight="true"
   android:layout_centerVertical="true"
   android:gravity="center"
   android:text="發送"
   android:textColor="@color/zhucolor"
   android:textSize="14dp" />
 </RelativeLayout>
</RelativeLayout>

關于“Android仿微信QQ聊天頂起輸入法不頂起標題欄怎么解決”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“Android仿微信QQ聊天頂起輸入法不頂起標題欄怎么解決”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

东乌| 喀什市| 鄂州市| 宜君县| 云霄县| 宝清县| 平湖市| 沾益县| 神农架林区| 沁水县| 沙雅县| 和林格尔县| 万全县| 台山市| 缙云县| 夏邑县| 若羌县| 广宗县| 怀宁县| 萍乡市| 新田县| 湖南省| 拉孜县| 钦州市| 胶南市| 中阳县| 天祝| 汉寿县| 顺昌县| 鸡东县| 沙雅县| 利川市| 汾阳市| 惠东县| 澎湖县| 横峰县| 苏尼特右旗| 西吉县| 长岭县| 邳州市| 邓州市|