Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

rbs_spinner_item.xml 1.1KB

1234567891011121314151617181920212223242526272829
  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:layout_width="fill_parent"
  5. android:layout_height="wrap_content"
  6. android:gravity="center"
  7. android:orientation="horizontal"
  8. android:padding="8dp" >
  9. <ch.spherIC.recurvebowsight.components.FontTextView
  10. android:id="@+id/spinner_item_view"
  11. android:layout_width="0dp"
  12. android:layout_height="wrap_content"
  13. android:layout_weight="1"
  14. android:gravity="bottom|left"
  15. android:lines="1"
  16. android:paddingLeft="2dp"
  17. android:textAppearance="?android:attr/textAppearanceMediumInverse"
  18. android:textColor="@color/white"
  19. android:textSize="18sp"
  20. app:font="@string/TitilliumWeb_Regular" />
  21. <ImageView
  22. android:id="@+id/spinner_item_checkBox"
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content"
  25. android:src="@drawable/btn_check_on" />
  26. </LinearLayout>