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.

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>