2015-01-30 4 views
0

도중 팝업 :편지는 내가 내 응용 프로그램에서 이러한 글고이 안드로이드 키보드

<EditText 
     android:id="@+id/text_url_servidor" 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:layout_alignParentLeft="true" 
     android:layout_alignParentStart="true" 
     android:layout_alignParentTop="true" 
     android:layout_marginLeft="10dp" 
     android:hint="@string/text_url" 
     android:singleLine="true" 
     android:textSize="7pt" /> 

<EditText 
       android:id="@+id/login_password" 
       android:layout_width="fill_parent" 
       android:layout_height="wrap_content" 
       android:layout_below="@id/login_username" 
       android:hint="@string/login_password" 
       android:password="true" 
       android:singleLine="true"/> 

나는 응용 프로그램을 실행

은, 첫 번째는 문자 팝업을 보여줍니다,하지만 두 번째 것. 그들은 다른 레이아웃 (xml)에 있습니다. 둘 다 RelativeLayout 안에 있습니다. 유일한 차이점은 첫 번째 것은 Dialog입니다. 왜 두 번째 글자가 팝업으로 보이지 않는 이유는 무엇입니까? 감사.

답변

0

나는 그것이 android:password="true" 때문에 제거했을 수도 있다고 생각합니다.

+1

예, 그렇습니다. 나를 얼마나 어리 석 길래! 고마워요. 4 분, 받아들입니다. –

관련 문제