/KeyboardTutor/res/layout/about_page.xml

http://eyes-free.googlecode.com/ · XML · 26 lines · 26 code · 0 blank · 0 comment · 0 complexity · 6d3695af20e0eb69bef5875cd5ebe149 MD5 · raw file

  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:orientation="vertical"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent">
  5. <TextView android:layout_width="wrap_content"
  6. android:layout_height="wrap_content"
  7. android:text="@string/app_name"
  8. android:textSize="30sp"
  9. android:focusable="true"/>
  10. <TextView android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:id="@+id/version_text"
  13. android:text="@string/version_name"
  14. android:textSize="30sp"
  15. android:focusable="true"/>
  16. <Button android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:id="@+id/terms_of_service_button"
  19. android:text="@string/terms_of_service"
  20. android:textSize="30sp"/>
  21. <Button android:layout_width="wrap_content"
  22. android:layout_height="wrap_content"
  23. android:id="@+id/privacy_policy_button"
  24. android:text="@string/privacy_policy"
  25. android:textSize="30sp"/>
  26. </LinearLayout>