Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

rbs_spinner_item.xml 1.1KB

123456789101112131415161718192021222324252627282930
  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:ellipsize="end"
  15. android:gravity="bottom|left"
  16. android:lines="1"
  17. android:paddingLeft="2dp"
  18. android:textAppearance="?android:attr/textAppearanceMediumInverse"
  19. android:textColor="@color/white"
  20. android:textSize="18sp"
  21. app:font="@string/TitilliumWeb_Regular" />
  22. <ImageView
  23. android:id="@+id/spinner_item_checkBox"
  24. android:layout_width="wrap_content"
  25. android:layout_height="wrap_content"
  26. android:src="@drawable/btn_check_on" />
  27. </LinearLayout>