xunqu_activity_account_container.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:background="#F5F3F6"
  6. android:orientation="horizontal" >
  7. <RelativeLayout
  8. android:id="@+id/ixunqu_relativeLayout1"
  9. android:layout_width="fill_parent"
  10. android:layout_height="50dp"
  11. android:layout_alignParentTop="true"
  12. android:layout_centerHorizontal="true"
  13. android:background="#262B28" >
  14. <TextView
  15. android:id="@+id/xunqu_float_btn_account_title"
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:layout_centerHorizontal="true"
  19. android:layout_centerVertical="true"
  20. android:text=""
  21. android:textColor="#FFFFFF"
  22. android:textSize="20dp" />
  23. <Button
  24. android:id="@+id/xunqu_float_btn_account_back"
  25. android:layout_width="30dp"
  26. android:layout_height="30dp"
  27. android:layout_alignParentLeft="true"
  28. android:layout_centerVertical="true"
  29. android:layout_marginLeft="10dp"
  30. android:background="@drawable/xunqu_btn_back" />
  31. <Button
  32. android:id="@+id/xunqu_float_btn_account_bind_phone_send"
  33. android:layout_width="60dp"
  34. android:layout_height="35dp"
  35. android:layout_alignParentRight="true"
  36. android:layout_centerVertical="true"
  37. android:layout_marginRight="10dp"
  38. android:textColor="#FFFFFF"
  39. android:background="@drawable/ixunqu_button_blue"
  40. android:text="提交" />
  41. </RelativeLayout>
  42. <FrameLayout
  43. android:id="@+id/xunqu_container_layout_main_frame"
  44. android:layout_width="match_parent"
  45. android:layout_height="match_parent"
  46. android:layout_alignParentLeft="true"
  47. android:layout_below="@+id/ixunqu_relativeLayout1">
  48. </FrameLayout>
  49. </RelativeLayout>