message_forbid_add.xml 723 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="wrap_content">
  5. <EditText android:layout_alignParentLeft="true"
  6. android:layout_toLeftOf="@+id/get_system_contact"
  7. android:id="@+id/new_forbid_phone" android:layout_width="wrap_content"
  8. android:layout_height="wrap_content" android:hint="请输入11位手机号码" android:singleLine="true" android:numeric="integer">
  9. </EditText>
  10. <Button android:id="@+id/get_system_contact"
  11. android:layout_alignParentRight="true"
  12. android:layout_height="wrap_content"
  13. android:text="联系人" android:layout_width="100sp">
  14. </Button>
  15. </RelativeLayout>