Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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>