Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rbs_spinner_riser.xml 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res/ch.spherIC.recurvebowsight"
  4. android:id="@+id/riserLayout"
  5. android:layout_width="fill_parent"
  6. android:layout_height="wrap_content"
  7. android:orientation="vertical" >
  8. <LinearLayout
  9. android:layout_width="fill_parent"
  10. android:layout_height="wrap_content"
  11. android:gravity="center"
  12. android:orientation="horizontal" >
  13. <ch.spherIC.recurvebowsight.components.FontTextView
  14. android:id="@+id/spinner_view"
  15. android:layout_width="match_parent"
  16. android:layout_height="wrap_content"
  17. android:gravity="bottom|left"
  18. android:lines="1"
  19. android:paddingLeft="2dp"
  20. android:text="Riser"
  21. android:textColor="@color/white"
  22. android:textSize="18sp"
  23. android:typeface="sans"
  24. app:font="@string/TitilliumWeb_Regular" />
  25. </LinearLayout>
  26. <LinearLayout
  27. android:layout_width="fill_parent"
  28. android:layout_height="wrap_content"
  29. android:gravity="center"
  30. android:orientation="horizontal"
  31. android:padding="8dp" >
  32. <ch.spherIC.recurvebowsight.components.FontTextView
  33. android:id="@+id/spinner_item_view"
  34. android:layout_width="0dp"
  35. android:layout_height="wrap_content"
  36. android:layout_weight="1"
  37. android:gravity="bottom|left"
  38. android:lines="1"
  39. android:paddingLeft="2dp"
  40. android:textAppearance="?android:attr/textAppearanceMediumInverse"
  41. android:textColor="@color/white"
  42. android:textSize="18sp"
  43. app:font="@string/TitilliumWeb_Regular" />
  44. <ImageView
  45. android:id="@+id/spinner_item_checkBox"
  46. android:layout_width="wrap_content"
  47. android:layout_height="wrap_content"
  48. android:src="@drawable/btn_check_on" />
  49. </LinearLayout>
  50. </LinearLayout>