Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rbs_archerysetup_item.xml 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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:text="Hoyt / Avalon"
  33. android:textAppearance="?android:attr/textAppearanceMediumInverse"
  34. android:textColor="@color/android_blue_dark"
  35. android:textSize="18sp"
  36. app:font="@string/TitilliumWeb_Bold" />
  37. <ch.spherIC.recurvebowsight.components.FontTextView
  38. android:id="@+id/chooseArcherySetupTxtSub"
  39. android:layout_width="match_parent"
  40. android:layout_height="wrap_content"
  41. android:gravity="bottom|left"
  42. android:lines="1"
  43. android:paddingLeft="2dp"
  44. android:text="Hoyt / Avalon"
  45. android:textAppearance="?android:attr/textAppearanceSmallInverse"
  46. android:textColor="@color/black"
  47. app:font="@string/TitilliumWeb_Regular" />
  48. </LinearLayout>
  49. </LinearLayout>