Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

rbs_choose_archerysetup_dlg.xml 530B

12345678910111213141516
  1. <RelativeLayout xmlns:tools="http://schemas.android.com/tools"
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/chooseConfiguration"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:gravity="center" >
  7. <ListView
  8. android:id="@+id/chooseArcerySetupListView"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:background="@drawable/bg" >
  12. </ListView>
  13. </RelativeLayout>