Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

rbs_archerysetup_item.xml 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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="false"
  40. app:font="@string/TitilliumWeb_Bold" />
  41. <ch.spherIC.recurvebowsight.components.FontTextView
  42. android:id="@+id/chooseArcherySetupTxtSub"
  43. android:layout_width="match_parent"
  44. android:layout_height="wrap_content"
  45. android:gravity="bottom|left"
  46. android:lines="1"
  47. android:paddingLeft="2dp"
  48. android:scrollHorizontally="true"
  49. android:text="Hoyt / Avalon"
  50. android:textAppearance="?android:attr/textAppearanceSmallInverse"
  51. android:textColor="@color/black"
  52. app:font="@string/TitilliumWeb_Regular" />
  53. </LinearLayout>
  54. </LinearLayout>