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_main_config_item.xml 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. <LinearLayout
  10. android:id="@+id/mainConfigListItemTxt"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:layout_weight="1"
  14. android:orientation="vertical" >
  15. <ch.spherIC.recurvebowsight.components.XTextView
  16. android:id="@+id/mainConfigListItemTxtMain"
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:gravity="bottom|left"
  20. android:lines="1"
  21. android:paddingLeft="2dp"
  22. android:scrollHorizontally="true"
  23. android:text="Type"
  24. android:textAppearance="?android:attr/textAppearanceMediumInverse"
  25. android:textColor="@color/black"
  26. android:textSize="18sp"
  27. app:drawBorder="false"
  28. app:font="@string/TitilliumWeb_Bold" />
  29. <ch.spherIC.recurvebowsight.components.FontTextView
  30. android:id="@+id/mainConfigListItemTxtSub"
  31. android:layout_width="match_parent"
  32. android:layout_height="wrap_content"
  33. android:gravity="left|center_vertical"
  34. android:lines="2"
  35. android:paddingLeft="2dp"
  36. android:text="Hoyt / Avalon"
  37. android:textAppearance="?android:attr/textAppearanceSmallInverse"
  38. android:textColor="@color/black"
  39. app:font="@string/TitilliumWeb_Regular" />
  40. </LinearLayout>
  41. </LinearLayout>