Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

rbs_choose_archerysetup_dlg.xml 605B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/chooseArcherySetupLayout"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:background="@drawable/bg_about"
  7. android:orientation="vertical" >
  8. <ListView
  9. android:id="@+id/chooseArcerySetupItemsList"
  10. android:layout_width="match_parent"
  11. android:layout_height="250dp"
  12. android:divider="@drawable/gradient_view"
  13. android:dividerHeight="2dp" >
  14. </ListView>
  15. </LinearLayout>