领透酷医云安卓客户端

activity_navigation.xml 501B

1234567891011121314
  1. <LinearLayout
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="fill_parent"
  6. android:layout_height="fill_parent"
  7. android:orientation="horizontal">
  8. <ListView
  9. android:id="@+id/list_base_func"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent" />
  12. </LinearLayout>