Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

rbs_spinner.xml 856B

12345678910111213141516171819202122
  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:gravity="bottom|left"
  13. android:lines="1"
  14. android:paddingLeft="2dp"
  15. android:text="FontTextView"
  16. android:textColor="@color/white"
  17. android:textSize="18sp"
  18. android:typeface="sans"
  19. app:font="@string/TitilliumWeb_Regular" />
  20. </LinearLayout>