2011-10-19 4 views

답변

0
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content"> 
    <EditText android:layout_width="0dip" android:layout_height="wrap_content" 
     android:layout_weight="1.0"/> 
    <Button android:layout_width="wrap_content" android:layout_height="wrap_content" 
     android:text="Button"/> 
</LinearLayout> 

이 작동합니다. 일

+0

!!!!!!!!!!!!!!!! – user533844

+0

잘 답변과 upvote를 설정합니다. 감사 – blessenm