Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

rbs_archerysetup_item.xml 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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:drawImgBorder="true"
  17. app:drawImgBorderColor="@color/white"
  18. app:drawImgBorderWidth="4dp" />
  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.XTextView
  26. android:id="@+id/chooseArcherySetupTxtMain"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:background="@color/qrt_translucent_white"
  30. android:gravity="bottom|left"
  31. android:lines="1"
  32. android:paddingLeft="6dp"
  33. android:paddingRight="6dp"
  34. android:scrollHorizontally="true"
  35. android:text="Hoyt / Avalon"
  36. android:textAppearance="?android:attr/textAppearanceMediumInverse"
  37. android:textColor="@color/black"
  38. android:textSize="18sp"
  39. app:drawBorder="true"
  40. app:drawBorderColor="@color/black"
  41. app:drawBorderWidth="1dp"
  42. app:font="@string/TitilliumWeb_Bold" />
  43. <ch.spherIC.recurvebowsight.components.FontTextView
  44. android:id="@+id/chooseArcherySetupTxtSub"
  45. android:layout_width="match_parent"
  46. android:layout_height="wrap_content"
  47. android:gravity="bottom|left"
  48. android:lines="1"
  49. android:paddingLeft="2dp"
  50. android:scrollHorizontally="true"
  51. android:text="Hoyt / Avalon"
  52. android:textAppearance="?android:attr/textAppearanceSmallInverse"
  53. android:textColor="@color/black"
  54. app:font="@string/TitilliumWeb_Regular" />
  55. </LinearLayout>
  56. </LinearLayout>