/res/layout/issues.xml

https://bitbucket.org/saibotd/bitbeaker/ · XML · 20 lines · 16 code · 4 blank · 0 comment · 0 complexity · 7fd164a8f66fa0920ab371ead4a92453 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent" >
  6. <LinearLayout
  7. android:layout_width="match_parent"
  8. android:layout_height="wrap_content"
  9. android:layout_weight="1">
  10. <ListView
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:id="@+id/issues_list">
  14. </ListView>
  15. </LinearLayout>
  16. </LinearLayout>