안녕하세요 개발 초짜가 염치없이 도움 요청드립니다.
 
텍스트 뷰에 아래와 같이 스타일을 적용시켜서 터치시 다이얼 로그가 올라옵니다.
<TextView
  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  style="@style/TextAppearance.EditEvent_Label_ForDialog" />
 
스타일은 아래와 같습니다.  다른 속성도 더 있지만 다른건 중요치 않아 보이고요..
    <style name="TextAppearance.EditEvent_SmallLabel_ForDialog">
        <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
 
 
다른 일반적인 텍스트 뷰를 클릭하여 소프트 키보드가 올라온 상태에서 위의 텍스트 뷰를 클릭하면
다이얼 로그가 나오고 리스트 처럼 클릭을 할 수 있게 됩니다.
 
그런데 문제는 저 상태에서 화면을 껐다가 다시 켜서 홀드를 풀면 다이얼 로그가 갑자기 위로 많이 올라가 있습니다.
 
어떻게 된건지 도저히 이해가 안갑니다...
 
매니페스트에서 adjust인가 등으로 소프트 키보드 조정하는 거를 해야하나요??
 
그런데 화면 꺼졌다 다시 들어올때 저런거라서 이해가 안갑니다. 고수님들 꼭 좀 도와주세요...


<style> .mw-latest-list-auction-6-58 { background-color:#262626; border:solid 2px #999999; color:#99FF00; font-weight:bold; height:85px; text-align:left; padding:5px; background-image:url(../skin/latest/saybox.display.img/img/bg_sign.gif); } .mw-latest-list-auction-6-58 .subject { color:#ffffff; font-weight:bold; font-size:14; text-decoration:none;} .mw-latest-list-auction-6-58 .file-img { height:80px; border-left:0; } .mw-latest-list-auction-6-58 .box { display:block; width:100%; text-decoration:none;} </style>