<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 
    xmlns:andro
    android:layout_height="wrap_content" android:orientation="horizontal"
    android:layout_width="fill_parent">

    <Button
        android:text="浏览" 
        android:
        android:layout_width="wrap_content" 
        android:layout_height="wrap_content"
        android:layout_alignParentRight="true">
    </Button>

    <EditText 
        android:
        android:layout_height="wrap_content" 
        android:layout_toLeftOf="@id/Button01"
      android:layout_width="fill_parent">
    </EditText>

    <TextView
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:layout_below="@id/EditText01"
        android:text="@string/hello" />
</RelativeLayout>
  

  

相关文章:

  • 2021-04-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-09-08
猜你喜欢
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
相关资源
相似解决方案