2011-04-06 5 views
0

은 내가 알림을 받으려면 어떻게해야하나요?어떻게 만들어 내 화면이 키보드와 함께 상승? 키보드가 갈 때

나는 FrameLayout이이 있고이 상승, 그래서 화면에게 자신을 번역 할 때 크기가 조정되지 않습니다.

이 나는 ​​PopupWindow가 글고 치기와 버튼을 이십 기가 바이트 열 내 실제 레이아웃 XML BottomBar 내부에서

<?xml version="1.0" encoding="utf-8"?> 
<FrameLayout android:orientation="vertical" 
xmlns:android="http://schemas.android.com/apk/res/android" 
android:layout_width="match_parent" android:layout_height="match_parent" 
android:layout_weight="1"> 
<br.view.image.ScrollableImage 
    android:id="@+id/image01" android:layout_width="match_parent" 
    android:layout_height="match_parent" /> 
<br.view.TopBarView android:id="@+id/topBar" 
    android:layout_width="match_parent" android:layout_height="wrap_content" /> 
<br.view.BottomBarView 
    android:id="@+id/bottomBar" android:layout_gravity="bottom" 
    android:layout_width="match_parent" android:layout_height="wrap_content" /> 
</FrameLayout> 

입니다.

터치 글고 치기는 소프트 키보드가 단지에도 팝업 창을 덮고있는 화면 하단 오버레이.

답변

관련 문제