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 633B

123456789101112131415161718
  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. android:padding="10dp" >
  9. <ListView
  10. android:id="@+id/chooseArcerySetupItemsList"
  11. android:layout_width="match_parent"
  12. android:layout_height="250dp"
  13. android:divider="@drawable/gradient_view"
  14. android:dividerHeight="2dp" >
  15. </ListView>
  16. </LinearLayout>