.net

.net

博客园 首页 新随笔 联系 订阅 管理
<ListView
    android:id="@android:id/list" 
    android:layout_height="fill_parent" 
    android:layout_width="fill_parent"
    android:descendantFocusability="beforeDescendants"
    />

Change to activity in mainfest.xml:

<activity android:name= ".yourActivity" android:windowSoftInputMode="adjustPan"/>

已经验证,可以解决了。
posted on 2017-03-07 15:46  航宇  阅读(194)  评论(0)    收藏  举报