activity_help.xml 590 B

1234567891011121314151617
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. tools:context=".HelpActivity" >
  6. <ImageView
  7. android:id="@+id/iv_help"
  8. android:layout_width="fill_parent"
  9. android:layout_height="fill_parent"
  10. android:layout_alignParentTop="true"
  11. android:layout_centerHorizontal="true"
  12. android:scaleType="fitXY"
  13. android:src="@drawable/help_fields" />
  14. </RelativeLayout>