转:http://bbs.9ria.com/thread-236141-1-1.html

<LinearLayout 
android:layout_width="fill_parent"
android:layout_height
="wrap_content"
android:orientation
="horizontal"
android:focusable
="true" android:focusableInTouchMode="true"
>

<EditText 
android:id="@+id/et_enter_msg_content"
android:layout_width
="wrap_content"
android:layout_height
="wrap_content"
android:layout_weight
="1"
/>

<Button 
android:id="@+id/sent"
android:layout_width
="wrap_content"
android:layout_height
="wrap_content"
android:text
="@string/send"
/>

</LinearLayout> 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2021-06-25
  • 2021-08-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案