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

rbs_spinner.xml 889B

1234567891011121314151617181920212223
  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. <ch.spherIC.recurvebowsight.components.FontTextView
  9. android:id="@+id/spinner_view"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:ellipsize="end"
  13. android:gravity="bottom|left"
  14. android:lines="1"
  15. android:paddingLeft="2dp"
  16. android:text="FontTextView"
  17. android:textColor="@color/white"
  18. android:textSize="18sp"
  19. android:typeface="sans"
  20. app:font="@string/TitilliumWeb_Regular" />
  21. </LinearLayout>