function_list.xml 700 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical" >
  6. <TextView
  7. android:id="@+id/textView1"
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:gravity="center"
  11. android:text="百度定位sdk产品Demo"
  12. android:textAppearance="?android:attr/textAppearanceLarge" />
  13. <ListView
  14. android:id="@+id/functionList"
  15. android:layout_width="match_parent"
  16. android:layout_height="wrap_content" >
  17. </ListView>
  18. </LinearLayout>