widget_pns_protocol.xml 627 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content">
  5. <CheckBox
  6. android:id="@id/pns_protocol_checkbox"
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content" />
  9. <TextView
  10. android:id="@id/pns_protocol_textview"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:layout_centerVertical="true"
  14. android:layout_toRightOf="@id/pns_protocol_checkbox" />
  15. </RelativeLayout>