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_archerysetup_item.xml 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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.XImageView
  10. android:id="@+id/xImageView1"
  11. android:layout_width="50dp"
  12. android:layout_height="50dp"
  13. android:layout_marginRight="10dp"
  14. android:background="@drawable/glassbg_black"
  15. android:src="@drawable/ic_menu_choose_equipment"
  16. app:drawBorder="true"
  17. app:drawBorderColor="@color/android_blue_dark"
  18. app:drawBorderWidth="3dp"/>
  19. <LinearLayout
  20. android:id="@+id/chooseArcherySetupTxt"
  21. android:layout_width="match_parent"
  22. android:layout_height="wrap_content"
  23. android:layout_weight="1"
  24. android:orientation="vertical" >
  25. <ch.spherIC.recurvebowsight.components.FontTextView
  26. android:id="@+id/chooseArcherySetupTxtMain"
  27. android:layout_width="match_parent"
  28. android:layout_height="wrap_content"
  29. android:gravity="bottom|left"
  30. android:lines="1"
  31. android:paddingLeft="2dp"
  32. android:scrollHorizontally="true"
  33. android:text="Hoyt / Avalon"
  34. android:textAppearance="?android:attr/textAppearanceMediumInverse"
  35. android:textColor="@color/android_blue_dark"
  36. android:textSize="18sp"
  37. app:font="@string/TitilliumWeb_Bold" />
  38. <ch.spherIC.recurvebowsight.components.FontTextView
  39. android:id="@+id/chooseArcherySetupTxtSub"
  40. android:layout_width="match_parent"
  41. android:layout_height="wrap_content"
  42. android:gravity="bottom|left"
  43. android:lines="1"
  44. android:paddingLeft="2dp"
  45. android:scrollHorizontally="true"
  46. android:text="Hoyt / Avalon"
  47. android:textAppearance="?android:attr/textAppearanceSmallInverse"
  48. android:textColor="@color/black"
  49. app:font="@string/TitilliumWeb_Regular" />
  50. </LinearLayout>
  51. </LinearLayout>