xunqu_fragment_protocol.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_marginLeft="10dp"
  5. android:layout_marginRight="10dp"
  6. android:layout_marginBottom="10dp"
  7. android:layout_width="wrap_content"
  8. android:layout_height="match_parent"
  9. android:orientation="vertical">
  10. <ScrollView
  11. android:padding="5dp"
  12. android:background="@drawable/ixunqu_activity_container"
  13. android:id="@+id/xunqu_protocol_scroll_view"
  14. android:layout_width="wrap_content"
  15. android:layout_height="160dp">
  16. <TextView
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:textColor="#7CB4E1"
  20. android:text="@string/xunqu_dialog_protocol" />
  21. </ScrollView>
  22. <Button
  23. android:layout_marginTop="10dp"
  24. android:id="@+id/xunqu_protocol_btn_back"
  25. android:layout_width="match_parent"
  26. android:layout_height="40dp"
  27. android:layout_below="@+id/xunqu_protocol_scroll_view"
  28. android:layout_centerHorizontal="true"
  29. android:background="@drawable/ixunqu_button_blue"
  30. android:layout_marginLeft="12dp"
  31. android:layout_marginRight="12dp"
  32. android:textColor="#FFFFFF"
  33. android:text="@string/xunqu_protocol_btn_back" />
  34. </RelativeLayout>